tweaks for fzf and fzf.vim
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -51,6 +51,11 @@ nnoremap <Leader>q :bd <enter>
|
||||
" bring up the copy buffer
|
||||
noremap <Leader>x "+
|
||||
|
||||
" With ripgrep and FZF
|
||||
" <leader> p to open files
|
||||
map <Leader>p :Files<CR>
|
||||
" search buffers
|
||||
nmap ; :Buffers<CR>
|
||||
|
||||
" Plugins
|
||||
|
||||
@@ -77,6 +82,7 @@ Plug 'godlygeek/tabular'
|
||||
|
||||
""" Command Line Fuzzy Finder - https://github.com/junegunn/fzf
|
||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||
Plug 'junegunn/fzf.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user