diff --git a/vimrc b/vimrc index 99e0eb7..5aad33f 100644 --- a/vimrc +++ b/vimrc @@ -168,8 +168,15 @@ nnoremap k gk "" fast window switching map , w + +"" open next buffer +map . :bn + "" cycle between buffers -map . :b# +map : :b# + +"" delete buffer +map bd :bd "" change directory to current buffer map cd :cd %:p:h