mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: swap CtrlPBufTag with CtrlPTag, add CtrlPLine
This commit is contained in:
parent
53923d0d58
commit
b01bf588eb
|
@ -80,9 +80,9 @@ map <leader>o :CtrlPBuffer<CR>
|
|||
map <leader>j :CtrlP<CR>
|
||||
map <leader>b :CtrlPBuffer<CR>
|
||||
map <leader>f :CtrlPMRUFiles<CR>
|
||||
map <leader>t :CtrlPBufTag<CR>
|
||||
map <leader>T :CtrlPTag<CR>
|
||||
map <leader>c :CtrlPQuickfix<CR>
|
||||
map <leader>T :CtrlPBufTag<CR>
|
||||
map <leader>t :CtrlPTag<CR>
|
||||
map <leader>l :CtrlPLine<CR>
|
||||
map <leader>c :CtrlPQuickfix<CR>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user