Last active
August 4, 2020 10:07
-
-
Save sergei-mironov/17c389c3dd54e30eb4f532befb3e767f to your computer and use it in GitHub Desktop.
vimium.cfg with Cyrillic bindings
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
map <c-d> scrollPageDown | |
map <c-в> scrollPageDown | |
map <c-u> scrollPageUp | |
map <c-г> scrollPageUp | |
map <a-q> previousTab | |
map <a-й> previousTab | |
map <a-w> nextTab | |
map <a-ц> nextTab | |
map пп scrollToTop | |
map <C-o> goBack | |
map <C-щ> goBack | |
map <C-i> goForward | |
map <C-ш> goForward | |
map d removeTab | |
map в removeTab | |
map <C-q> removeTab | |
map <C-й> removeTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment