Skip to content

Instantly share code, notes, and snippets.

@raags
Last active September 13, 2018 10:00
Show Gist options
  • Save raags/d37f0dd8bc186a3944f1 to your computer and use it in GitHub Desktop.
Save raags/d37f0dd8bc186a3944f1 to your computer and use it in GitHub Desktop.
cVim RC file
map u lastClosedTab
map <C-u> scrollFullPageUp
map <C-d> scrollFullPageDown
map <C-n> nextTab
map <C-p> previousTab
map b :buffer<Space>
map B :bookmarks<Space>
map <C-o> goBack
map <C-i> goForward
map h ArrowLeft
map l ArrowRight
let blacklists = ["https://mail.google.com/*", "https://workflowy.com"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment