]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
I tend to often use :Cfilter
[dotfiles.git] / vim / .vimrc
index 2a97f5c28b5a3bc6bbec6080a0c0c1afb0009868..a83ce2f905c46527c3bbeed19795d587214e94e0 100644 (file)
@@ -165,11 +165,18 @@ nmap <leader>' yiwciw"<C-r>""<ESC>
 nmap <leader>h1 yypVr=o
 nmap <leader>sc 024i-<ESC>a >8 <ESC>24a-<ESC>
 nmap <leader><C-]> :vertical wincmd ]<CR>
-nmap ZZ :wall<CR>:mksession!<CR>:qall<CR>
 nmap [oc :copen<CR>
 nmap ]oc :cclose<CR>
 nnoremap <C-P> <C-I>
 
+nmap ZQ :qall<CR>
+nmap ZZ :wall<CR>:mksession!<CR>:qall<CR>
+
 command! E Explore
 command! Ch cd %:p:h
 command! -bar -nargs=? -bang Tmp :silent vnew<bang>|setlocal buftype=nofile bufhidden=hide noswapfile buflisted filetype=<args> modifiable
+
+execute "digraphs Ru" .. 0x20BD
+
+runtime ftplugin/man.vim
+packadd cfilter