mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: improve CtrlP shortcuts, remove bufexplorer plug
This commit is contained in:
parent
45e0800add
commit
42422738e4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user