Skip to content

Instantly share code, notes, and snippets.

@erszcz
Last active February 3, 2017 11: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 erszcz/a7135302a0435cc21dacda90964bf980 to your computer and use it in GitHub Desktop.
Save erszcz/a7135302a0435cc21dacda90964bf980 to your computer and use it in GitHub Desktop.
cVim config file
" d closes a tab
map d closeTab
" C-d/C-u scrolls down/up
map <C-d> scrollPageDown
map <C-u> scrollPageup
" M-§ / A-§ switch to previous active tab / last used tab
map <M-§> lastUsedTab
map <A-§> lastUsedTab
" undo close tab / open last closed tab
unmap X
map u lastClosedTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment