Created
February 25, 2020 13:29
-
-
Save avovsya/6227b87adc64d65462bb48b77873e56e to your computer and use it in GitHub Desktop.
.cvimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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