Skip to content

Instantly share code, notes, and snippets.

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