Skip to content

Instantly share code, notes, and snippets.

@af
Created March 3, 2015 18:28
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 af/9f4083005143ddec0eee to your computer and use it in GitHub Desktop.
Save af/9f4083005143ddec0eee to your computer and use it in GitHub Desktop.
" Navigating between buffers:
map! <C-k> <esc>:bp<CR>
map <C-k> :bp<CR>
map! <C-l> <esc>:bn<CR>
map <C-l> :bn<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment