Last active
October 8, 2019 13:56
-
-
Save nuynait/2fbd3a0f216edff76fbd1ef3aaf9271a to your computer and use it in GitHub Desktop.
config for cVim
This file contains hidden or 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
map <C-u> scrollPageUp | |
map <C-d> scrollPageDown | |
map <C-f> scrollFullPageDown | |
map <C-b> scrollFullPageUp | |
map <C-h> previousTab | |
map <C-l> nextTab | |
map <C-g> cancelWebRequest | |
map H goBack | |
map L goForward | |
let blacklists = ["https://mail.google.com/*", "https://halogenmobile.atlassian.net/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment