Skip to content

Instantly share code, notes, and snippets.

@ninek9
Last active January 10, 2020 04:54
Show Gist options
  • Save ninek9/1a2111d63ecd934ee16b to your computer and use it in GitHub Desktop.
Save ninek9/1a2111d63ecd934ee16b to your computer and use it in GitHub Desktop.
config file for cVim Chrome plugin
set noautofocus
set typelinkhints
set nosmoothscroll
let linkanimations = true
let barposition = "top"
let blacklists = ["https://mail.google.com/*", "https://docs.google.com/*"]
unmap a
unmap B
unmap b
unmap D
unmap e
unmap J
unmap K
unmap s
unmap S
unmap w
map J scrollPageDown
map K scrollPageUp
map b :buffer
map B :bookmarks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment