1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 22:24:59 +08:00

minibufexpl config

This commit is contained in:
qhuang
2013-05-07 22:07:58 +08:00
parent 6d959a551d
commit 5391f9991b
2 changed files with 5 additions and 0 deletions

View File

@ -48,3 +48,7 @@ nmap <C-@>e :cs find e <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>f :cs find f <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>i :cs find i ^<C-R>=expand("<cword>")<CR>$<CR>
nmap <C-@>d :cs find d <C-R>=expand("<cword>")<CR><CR>
let g:miniBufExplMapCTabSwitchBufs = 1
let g:miniBufExplMapWindowNavVim = 1
let g:miniBufExplMapWindowNavArrows = 1