Skip to content

Instantly share code, notes, and snippets.

@eidge
Created September 7, 2017 12:40
Show Gist options
  • Save eidge/59d4ca661d0c802bc2853db5aa871269 to your computer and use it in GitHub Desktop.
Save eidge/59d4ca661d0c802bc2853db5aa871269 to your computer and use it in GitHub Desktop.
" Move between panes using ctrl-hjkl
map <C-h> <C-w>h
map <C-j> <C-w>j
map <C-k> <C-w>k
map <C-l> <C-w>l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment