Skip to content

Instantly share code, notes, and snippets.

@jimpsson
Created April 10, 2018 07:05
Show Gist options
  • Save jimpsson/70c0240574a281e8f26306cf5ecbf3ce to your computer and use it in GitHub Desktop.
Save jimpsson/70c0240574a281e8f26306cf5ecbf3ce to your computer and use it in GitHub Desktop.
VIM CTRL-hjkl Pane Movement
noremap <C-h> <C-w>h
noremap <C-j> <C-w>j
noremap <C-k> <C-w>k
noremap <C-l> <C-w>l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment