Skip to content

Instantly share code, notes, and snippets.

@nuynait
Last active October 8, 2019 13:56
Show Gist options
  • Save nuynait/2fbd3a0f216edff76fbd1ef3aaf9271a to your computer and use it in GitHub Desktop.
Save nuynait/2fbd3a0f216edff76fbd1ef3aaf9271a to your computer and use it in GitHub Desktop.
config for cVim
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