Created
March 26, 2011 14:37
-
-
Save maxp/888327 to your computer and use it in GitHub Desktop.
vim russian
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
| set keymap=russian-jcukenwin | |
| set iminsert=0 | |
| set imsearch=0 | |
| highlight lCursor guifg=NONE guibg=Cyan | |
| :setlocal spell spelllang=ru_yo,en_us | |
| :setlocal spell spelllang=ru_ru,en_us | |
| # use Ctrl-^ to switch | |
| # http://www.moolenaar.net/habits.html | |
| # http://ru.wikibooks.org/wiki/Vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment