Skip to content

Instantly share code, notes, and snippets.

@pcreux
Created December 12, 2013 22:47
Show Gist options
  • Select an option

  • Save pcreux/7936945 to your computer and use it in GitHub Desktop.

Select an option

Save pcreux/7936945 to your computer and use it in GitHub Desktop.
" Quick cycling between windows
map <C-h> <C-w>h
map <C-j> <C-w>j
map <C-k> <C-w>k
map <C-l> <C-w>l
" cycle between quickfix entries
map <C-n> :cn<CR>
map <C-p> :cp<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment