diff --git a/vimrc b/vimrc index b6765a8..f9199ac 100644 --- a/vimrc +++ b/vimrc @@ -59,6 +59,8 @@ Plug 'altercation/vim-colors-solarized' Plug 'pangloss/vim-javascript' Plug 'leafgarland/typescript-vim' Plug 'peitalin/vim-jsx-typescript' +" Better buffer browser +Plug 'jeetsukumaran/vim-buffergator' " Initialize plugin system call plug#end() @@ -222,17 +224,16 @@ map ws :sp map w/ :vsp " equalize all window sizes map w= = -map wd +map wd c map w map w map w map w map ll :NERDTreeToggle +map ww :NERDTreeFocus " no at the end to be able to submit bookmark map lo :NERDTree map _ :UndotreeToggle -" Marked.app is an Markdown interpreter on MacOS -map m :silent !open -a Marked.app '%:p' " Buffer switching map p :bp " \p previous buffer