vim: improve CtrlP shortcuts, remove bufexplorer plug

feature/symbol-search
bretello 2021-01-15 00:12:13 +01:00
parent 45e0800add
commit 42422738e4
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 6 additions and 5 deletions

View File

@ -29,8 +29,6 @@ Plug 'https://github.com/jiangmiao/auto-pairs'
Plug 'https://github.com/amix/open_file_under_cursor.vim'
" Multi cursor
Plug 'https://github.com/mg979/vim-visual-multi'
" Easily explore open buffers
Plug 'https://github.com/vim-scripts/bufexplorer.zip'
" Search
Plug 'https://github.com/mileszs/ack.vim'
" Yank history

View File

@ -71,16 +71,19 @@ nmap <leader>r :ALERename<CR>
map <leader>` :ALELint<CR>
map <leader>nn :NERDTreeToggle<CR>
map <leader>o :BufExplorer<CR>
"" CtrlP
" Quickly find and open a recently opened file
" let g:ctrlp_map = '<C-f>'
map <C-b> :CtrlPBuffer<CR>
map <leader>o :CtrlPBuffer<CR>
map <leader>j :CtrlP<CR>
map <leader>b :CtrlPBuffer<CR>
map <leader>f :CtrlPMRUFiles<CR>
map <leader>t :CtrlPTag<CR>
map <leader>t :CtrlPBufTag<CR>
map <leader>T :CtrlPTag<CR>
map <leader>c :CtrlPQuickfix<CR>
map <leader>c :CtrlPQuickfix<CR>
"" Indent Guides