]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
setlocal is excess in ftplugin
[dotfiles.git] / vim / .vimrc
index 0b8133e1cee02cc062754f397b85e8f1277d448f..19c74fdff290af42301fcde32a71134d6bc0cebd 100644 (file)
@@ -165,9 +165,13 @@ 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