From ce6d38c5e87a99cc8369f65af82236634823e71f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 8 Nov 2016 15:10:34 -0500 Subject: [PATCH] Remaps leader key to C-w for window mgt --- usbify/vim/.vimrc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/usbify/vim/.vimrc b/usbify/vim/.vimrc index 9ddfe6d41..54ea2f709 100644 --- a/usbify/vim/.vimrc +++ b/usbify/vim/.vimrc @@ -123,6 +123,17 @@ nnoremap sp :sp nnoremap ss :sp +" Move around splits with +nnoremap h h +nnoremap j j +nnoremap k k +nnoremap l l + + +" Fuzzy-find open buffer via CtrlP +nnoremap bg :CtrlPBuffer + + " Buffer creation and management " Buffer movement nnoremap :1bnext @@ -335,8 +346,6 @@ nnoremap p :CtrlP " Fuzzy-finds files within cwd. " nnoremap pf :CtrlP -" Fuzzy-finds files within open buffers. -" nnoremap pb :CtrlPBuffer " Ignores dirs and files let g:ctrlp_custom_ignore = {