mirror of
https://git.decapod.one/brethil/dotfiles
synced 2025-01-05 21:56:05 +01:00
vim: swap CtrlPBufTag with CtrlPTag, add CtrlPLine
This commit is contained in:
parent
9021574c29
commit
57e054a984
|
@ -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