"########## system ########### set nocompatible set ttyfast set encoding=utf-8 set mouse=a set autoread au FocusGained,BufEnter * silent! checktime "############################# "######### generic ########### " status line set showmode set showcmd set ruler " syntax hl syntax enable filetype on filetype plugin on " lines set number set relativenumber set numberwidth=3 set wrap set showmatch " brackets " search set hlsearch set incsearch set ignorecase set smartcase " tabs set shiftwidth=4 set tabstop=4 set softtabstop=0 set noexpandtab " scroll set scrolloff=5 " commands set wildmenu set wildmode=list:longest,full set gdefault "########################################### "############## file-specific ############### autocmd FileType markdown setlocal spell autocmd FileType gitcommit setlocal spell autocmd FileType markdown setlocal complete+=kspell autocmd FileType gitcommit setlocal complete+=kspell "############################################ "####### remap - colemak-dh ####### " n -> h noremap n h noremap N H noremap! " e -> k noremap e k noremap E K noremap! " i -> j noremap i j noremap I J noremap! " o -> l noremap o l noremap O L noremap! " k -> n noremap k n noremap K N noremap! " j -> e noremap j e noremap J E noremap! " l -> i noremap l i noremap L I noremap! " h -> o noremap h o noremap H O noremap! "################################# "####### custom commands ######### " W - Save file as superuser command! W execute 'w !sudo tee % > /dev/null' edit! "################################# "######### localization ########## set langmap=ьЬыЫфФпПбБжЖлЛуУяЯаАрРсСтТгГмМнНеЕиИоОчЧцЦдДвВзЗкКхХ;qQwWfFpPbBjJlLuUyYaArRsStTgGmMnNeEiIoOxXcCdDvVzZkKhH " n -> h noremap н х noremap Н Х noremap! " e -> k noremap е к noremap Е К noremap! " i -> j noremap и ж noremap И Ж noremap! " o -> l noremap о л noremap О Л noremap! " k -> n noremap к н noremap К Н noremap! " j -> e noremap й е noremap Й Е noremap! " l -> i noremap л и noremap Л И noremap! " h -> o noremap х о noremap Х O noremap! "################################# "############# hacks ############# "################################