Seems like fzf + grepper is the best combination
Revert "Revert "try out fzf" (sorry Silox)"
This reverts commit 9eaa594844
.
This commit is contained in:
parent
7af1479d25
commit
ee2332f3b4
@ -63,7 +63,7 @@ Plug 'bling/vim-airline'
|
||||
Plug 'junegunn/vim-peekaboo'
|
||||
" Files
|
||||
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'mhinz/vim-grepper', { 'on': 'Grepper' }
|
||||
" Movement
|
||||
Plug 'easymotion/vim-easymotion'
|
||||
@ -85,10 +85,6 @@ call plug#end()
|
||||
|
||||
" Plugin configuration
|
||||
" --------------------
|
||||
let g:ctrlp_map='<Leader>l'
|
||||
let g:ctrlp_user_command=['.git/', 'git --git-dir=%s/.git ls-files . -co --exclude-standard']
|
||||
nnoremap <Leader>s :CtrlPTag<CR>
|
||||
|
||||
let g:airline_powerline_fonts=1
|
||||
|
||||
nnoremap <Leader>t :NERDTreeToggle<CR><CR>
|
||||
@ -168,6 +164,11 @@ map * <Plug>(incsearch-nohl-*)
|
||||
map # <Plug>(incsearch-nohl-#)
|
||||
map g* <Plug>(incsearch-nohl-g*)
|
||||
map g# <Plug>(incsearch-nohl-g#)
|
||||
|
||||
" path for fzf install
|
||||
set rtp+=/usr/share/vim/vimfiles/
|
||||
nnoremap <Leader>l :Files<CR>
|
||||
nnoremap <Leader>s :Tags<CR>
|
||||
" Plugged }}}
|
||||
|
||||
" vim: foldmethod=marker
|
||||
|
Loading…
Reference in New Issue
Block a user