Created
July 10, 2012 11:18
-
-
Save nvkv/3082729 to your computer and use it in GitHub Desktop.
.vimrc
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 gfn=Menlo:h13 | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set expandtab | |
| set linebreak | |
| set wrap | |
| set noswapfile | |
| map ё ` | |
| map й q | |
| map ц w | |
| map у e | |
| map к r | |
| map е t | |
| map н y | |
| map г u | |
| map ш i | |
| map щ o | |
| map з p | |
| map х [ | |
| map ъ ] | |
| map ф a | |
| map ы s | |
| map в d | |
| map а f | |
| map п g | |
| map р h | |
| map о j | |
| map л k | |
| map д l | |
| map ж ; | |
| map э ' | |
| map я z | |
| map ч x | |
| map с c | |
| map м v | |
| map и b | |
| map т n | |
| map ь m | |
| map б , | |
| map ю . | |
| map Ё ~ | |
| map Й Q | |
| map Ц W | |
| map У E | |
| map К R | |
| map Е T | |
| map Н Y | |
| map Г U | |
| map Ш I | |
| map Щ O | |
| map З P | |
| map Х { | |
| map Ъ } | |
| map Ф A | |
| map Ы S | |
| map В D | |
| map А F | |
| map П G | |
| map Р H | |
| map О J | |
| map Л K | |
| map Д L | |
| map Ж : | |
| map Э " | |
| map Я Z | |
| map Ч X | |
| map С C | |
| map М V | |
| map И B | |
| map Т N | |
| map Ь M | |
| map Б < | |
| map Ю > | |
| syntax off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment