Skip to content

Instantly share code, notes, and snippets.

@akinomaeni
Last active October 17, 2018 16:48
Show Gist options
  • Select an option

  • Save akinomaeni/41094889e304951dc776 to your computer and use it in GitHub Desktop.

Select an option

Save akinomaeni/41094889e304951dc776 to your computer and use it in GitHub Desktop.
cVimrc
set nosmoothscroll
map d closeTab
map u lastClosedTab
map <C-e> scrollDown
map <C-y> scrollUp
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map <C-n> nextTab
map <C-p> previousTab
iunmap <C-h>
iunmap <C-p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment