vim: swap CtrlPBufTag with CtrlPTag, add CtrlPLine

feature/symbol-search
bretello 2021-02-19 08:51:03 +01:00
parent 9021574c29
commit 57e054a984
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 3 deletions

View File

@ -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>