More buffer stuff

This commit is contained in:
Hunter Haugen 2010-05-04 10:00:22 -07:00
parent 710670fe50
commit a590ab46f1

19
.vimrc
View file

@ -505,8 +505,10 @@ endif
" mappings
"-----------------------------------------------------------------------
" Go to next buffer
" Go to buffers
nmap <silent> <S-Left> :bprev<CR>
nmap <silent> <S-Right> :bnext<CR>
nmap <C-w>, :bp<CR>
nmap <C-w>. :bn<CR>
" v_K is really really annoying
@ -856,13 +858,14 @@ if has("eval")
let php_htmlInStrings=1
" Settings for taglist.vim
"let Tlist_Use_Right_Window=1
"let Tlist_Auto_Open=0
"let Tlist_Enable_Fold_Column=0
"let Tlist_Compact_Format=1
"let Tlist_WinWidth=28
"let Tlist_Exit_OnlyWindow=1
"let Tlist_File_Fold_Auto_Close = 1
let Tlist_Use_Right_Window=1
let Tlist_Auto_Open=0
let Tlist_Enable_Fold_Column=0
let Tlist_Compact_Format=1
let Tlist_WinWidth=28
let Tlist_Exit_OnlyWindow=1
let Tlist_File_Fold_Auto_Close=1
let Tlist_Inc_Winwidth=0
"nnoremap <silent> <F9> :Tlist<CR>
" Settings minibufexpl.vim