X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3e59c20a7a476d0b704c2cc1b377b9b10be0640a..5e613adedc4689fb4f0a58e51b44dd229066ab07:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 145b8ce..6f5ea2e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -436,6 +436,7 @@ nnoremap zx zMzxzt map :ls:b +" move between windows nnoremap w nnoremap W @@ -543,13 +544,13 @@ nmap cog IndentGuidesToggle nmap [og IndentGuidesEnable nmap ]og IndentGuidesDisable -" quit-another-window {{{2 +" close-another-window {{{2 nnoremap c nnoremap cc c -nnoremap ch :Qh -nnoremap cl :Ql -nnoremap cj :Qj -nnoremap ck :Qk +nnoremap ch :CloseLeftWindow +nnoremap cl :CloseRightWindow +nnoremap cj :CloseBelowWindow +nnoremap ck :CloseAboveWindow " python-mode {{{2