From 3e59c20a7a476d0b704c2cc1b377b9b10be0640a Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 21 Oct 2015 16:37:14 +0100 Subject: [PATCH] vim: add bindings for quit-another-window --- vim/vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.48.1