Created
July 22, 2014 04:25
-
-
Save nvkv/6e4e3c2a73f26df07092 to your computer and use it in GitHub Desktop.
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
set gfn=Consolas:h13 | |
set guifont=Consolas\ 10 | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set linebreak | |
set wrap | |
set noswapfile | |
syntax off | |
set encoding=utf-8 | |
set fileencoding=utf-8 | |
set backspace=2 | |
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 Ю > | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment