More buffer stuff
This commit is contained in:
parent
710670fe50
commit
a590ab46f1
1 changed files with 11 additions and 8 deletions
19
.vimrc
19
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue