Last active
May 14, 2018 05:51
-
-
Save gazliddon/797454fad26786b4b5b4 to your computer and use it in GitHub Desktop.
cvimrc
This file contains 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
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