Drop buffet for CtrlP and FZF

Fixes #7
This commit is contained in:
ViViDboarder 2017-11-13 19:05:26 -08:00
parent e541c7f90c
commit b4b6db5191
4 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,6 @@ endfunction
" Navigation {{
Plug 'vim-scripts/file-line'
Plug 'tpope/vim-vinegar'
call s:smart_source_rc('plugins/Buffet')
" }} Navigation
" Git {{

View File

@ -1,2 +0,0 @@
Plug 'sandeepcr529/Buffet.vim', { 'on': 'Bufferlist' }
nnoremap <silent> <F2> :Bufferlist<CR>

View File

@ -39,6 +39,7 @@ nnoremap <leader>p :CtrlP<CR>
nnoremap <leader>r :CtrlPTag<CR>
nnoremap <leader>t :CtrlPBufTag<CR>
nnoremap <leader>u :CtrlPCurFile<CR>
nnoremap <silent> <F2> :CtrlPBuffer<CR>
" Special stuff for The Silver Searcher
if executable('ag')

View File

@ -24,6 +24,7 @@ if !exists('g:ctrlp_in_use')
" Leader Commands
" Find buffers
nnoremap <leader>b :FZFBuffers<CR>
nnoremap <silent> <F2> :FZFBuffers<CR>
" Find text in files
nnoremap <leader>f :FZFAg<CR>
" Find tags