From: Samir Benmendil Date: Wed, 21 Oct 2015 15:37:14 +0000 (+0100) Subject: vim: add bindings for quit-another-window X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3e59c20a7a476d0b704c2cc1b377b9b10be0640a?hp=357cfc33c7c87bbaf317efa5338578f2d38cad5c vim: add bindings for quit-another-window --- diff --git a/vim/vimrc b/vim/vimrc index 6467ffa..145b8ce 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -543,6 +543,14 @@ nmap cog IndentGuidesToggle nmap [og IndentGuidesEnable nmap ]og IndentGuidesDisable +" quit-another-window {{{2 +nnoremap c +nnoremap cc c +nnoremap ch :Qh +nnoremap cl :Ql +nnoremap cj :Qj +nnoremap ck :Qk + " python-mode {{{2 let g:pymode_rope_completion = 0