Last active
September 14, 2017 06:17
-
-
Save veirus/d98c538af70633ce441e55aa51b465f4 to your computer and use it in GitHub Desktop.
config for cvim chrome extension
This file contains hidden or 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
" cvim config v.0.0.1 | |
map gr gT | |
map gb :buffer<Space> | |
"================================================== | |
" russian langmap for hotkeys to work in both kb layouts | |
" credit: https://gist.github.com/rynffoll/7bb30a47b3b8d39687f588ecc2be5425 | |
" also: https://gist.github.com/MaxLevs/f519d361d3946d6d877085f909e13043 | |
let langmap = "Ё|АFБ<ВDГUДLЕTЖ:ЗPИBЙQКRЛKМVНYОJПGРHСCТNУEФAХ{ЦWЧXШIЩOЪ}ЫSЬMЭ\"Ю>ЯZаfб\\,вdгuдlеtж\\;зpиbйqкrлkмvнyоjпgрhсcтnуeфaх[цwчxшiщoъ]ыsьmэ'ю.яzё\\№#" | |
"================================================== | |
let blacklists = ["http://www.typing.com/*","http://www.heuxasoftware.com/*","http://www.keybr.com/*","http://www.reddit.com/*","https://sirxemic.github.io/*","http://vim-adventures.com/*","https://mail.google.com/*","https://timeinvariant.github.io/*","http://www.platinumgames.co.jp/*","http://codecombat.com/*","http://johanw123.nu/*","http://hughsk.io/*","https://np.reddit.com/*","chrome-extension://hgimloonaobbeeagepickockgdcghfnn/*","https://blastar-1984.appspot.com/*","http://redditp.com/*","https://www.reddit.com/*","https://twitter.com/*","https://www.blend4web.com/*","https://inbox.google.com/*","https://vk.com/*","http://www.tubechop.com/*"] | |
site '*://*.youtube.com/*' { | |
unmap j | |
unmap k | |
unmap l | |
unmap m | |
unmap < | |
unmap > | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment