diff --git a/.vimrc b/.vimrc index 870d141..993cb34 100644 --- a/.vimrc +++ b/.vimrc @@ -344,10 +344,17 @@ nnoremap :ls!:buffer " Next buffer nnoremap :bn +" ALT right-arrow +nmap [1;3C imap +imap [1;3C + " Previous buffer nnoremap :bp +" ALT left-arrow +nmap [1;3D imap +imap [1;3D " Next window nnoremap w @@ -402,6 +409,7 @@ nnoremap f :find ='**' nnoremap ff :find =expand('%:p:h') . '/**' nnoremap n :10new +nnoremap N :enew " Close current window but keep buffer (hide it) nnoremap c