Skip to content

Instantly share code, notes, and snippets.

@zacholauson
Created June 1, 2014 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacholauson/da5e1a6587d779e3df39 to your computer and use it in GitHub Desktop.
Save zacholauson/da5e1a6587d779e3df39 to your computer and use it in GitHub Desktop.
map <leader>pn :call ResetTSlimePaneNumber()<CR>
function! ResetTSlimePaneNumber()
let g:tslime['pane'] = input("pane number: ", "", "custom,Tmux_Pane_Numbers")
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment