Skip to content

Instantly share code, notes, and snippets.

@gazliddon
Last active May 14, 2018 05:51
Show Gist options
  • Save gazliddon/797454fad26786b4b5b4 to your computer and use it in GitHub Desktop.
Save gazliddon/797454fad26786b4b5b4 to your computer and use it in GitHub Desktop.
cvimrc
set autoupdategist
set nosmoothscroll
let scrollstep=100
site '*://feedly.com/*' {
unmap j
unmap k
unmap ;
}
let locale = "uk"
let hintcharacters = "asdfghjkl"
unmap d
unmap u
unmap x
unmap X
unmap f
unmap F
map F createHint
map f createTabbedHint
map d closeTab
map u lastClosedTab
map <C-d> scrollPageDown
map <C-u> scrollPageUp
let blacklists = [ "http://www.koding.com/*", "http://localhost/*" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment