====== minibufexplorer ====== 화면 상단에 탭으로 현재 열린 버퍼의 목록을 보여준다. http://www.vim.org/scripts/script.php?script_id=159 * mbe : minibufexplorer 창을 연다. 실제로는 여러 파일 오픈시 자동으로 열린다. * Ctrl + 화살표 혹은 Ctrl + [jklh] : 창간 이동. * Ctrl [+ Shift] + Tab : 열린 버퍼를 차례대로 이동한다. * let g:miniBufExplMapWindowNavVim = 1 let g:miniBufExplMapWindowNavArrows = 1 let g:miniBufExplMapCTabSwitchBufs = 1 let g:miniBufExplModSelTarget = 1