Created
September 19, 2012 07:43
-
-
Save svetlyak40wt/3748238 to your computer and use it in GitHub Desktop.
A part of Vim config to switch between Russian and English keymaps.
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
nnoremap <Leader>r :set keymap=russian-jcuken<CR> | |
nnoremap <Leader>e :set keymap=<CR> | |
inoremap <Leader>r <ESC>:set keymap=russian-jcuken<CR>a | |
inoremap <Leader>e <ESC>:set keymap=<CR>a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment