Skip to content

Instantly share code, notes, and snippets.

@glutaminefree
Created December 3, 2018 18:10
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 glutaminefree/a12195cd1d842dbcfac3351586e0112c to your computer and use it in GitHub Desktop.
Save glutaminefree/a12195cd1d842dbcfac3351586e0112c to your computer and use it in GitHub Desktop.
cVim options
set smoothscroll
unmap u
unmap d
map u lastClosedTab
map d closeTab
map <C-u> scrollPageUp
map <C-d> scrollPageDown
unmap R
map R reloadTabUncached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment