Skip to content

Instantly share code, notes, and snippets.

@veirus
Last active September 14, 2017 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veirus/d98c538af70633ce441e55aa51b465f4 to your computer and use it in GitHub Desktop.
Save veirus/d98c538af70633ce441e55aa51b465f4 to your computer and use it in GitHub Desktop.
config for cvim chrome extension
" 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