Skip to content

Instantly share code, notes, and snippets.

@sotarok
Created January 31, 2013 10:05
Show Gist options
  • Save sotarok/4681844 to your computer and use it in GitHub Desktop.
Save sotarok/4681844 to your computer and use it in GitHub Desktop.
vundle
set rtp+=~/.vim/vundle/
call vundle#rc()
Bundle 'buftabs'
"バッファタブにパスを省略してファイル名のみ表示する(buftabs.vim)
let g:buftabs_only_basename=1
"バッファタブをステータスライン内に表示する
let g:buftabs_in_statusline=1
if exists("w:buftabs_enabled")
set statusline=%{buftabs#statusline()}%=%y%r%m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}\ [%{GetB()}]%=%l,%c%V%6P
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment