Skip to content

Instantly share code, notes, and snippets.

@avovsya
Created February 25, 2020 13:29
Show Gist options
  • Save avovsya/6227b87adc64d65462bb48b77873e56e to your computer and use it in GitHub Desktop.
Save avovsya/6227b87adc64d65462bb48b77873e56e to your computer and use it in GitHub Desktop.
.cvimrc
set smoothscroll
" alias ':g' to ':tabnew google'
command g tabnew google
map <C-l> nextTab
map <C-h> previousTab
map <C-u> scrollPageUp
map <C-d> scrollPageDown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment