nvim: Update some FZF bindings
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
04f63d2a19
commit
58f66d6d62
1 changed files with 3 additions and 3 deletions
|
@ -215,14 +215,14 @@ nnoremap ft :BTags<CR>
|
|||
nnoremap fT :Tags<CR>
|
||||
nnoremap fc :BCommits<CR>
|
||||
nnoremap fC :Commits<CR>
|
||||
nnoremap fch :History:<CR>
|
||||
nnoremap fsh :History/<CR>
|
||||
nnoremap fh :History:<CR>
|
||||
nnoremap fH :History/<CR>
|
||||
nnoremap fm :Commands<CR>
|
||||
nnoremap fo :Locate<SPACE>
|
||||
nnoremap fk :Maps<CR>
|
||||
nnoremap fr :FZFMru<CR>
|
||||
nnoremap f/ :Rg<CR>
|
||||
nnoremap * :exe ':Rg ' . expand('<cword>')<CR>
|
||||
nnoremap fs :exe ':Rg ' . expand('<cword>')<CR>
|
||||
imap <C-x><C-w> <plug>(fzf-complete-word)
|
||||
imap <C-x><C-p> <plug>(fzf-complete-path)
|
||||
imap <C-x><C-f> <plug>(fzf-complete-file)
|
||||
|
|
Loading…
Reference in a new issue