mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-16 21:27:44 +00:00
Nvim: add fzf keybind
This commit is contained in:
parent
cf224afe1e
commit
c34c2e7b9e
@ -21,3 +21,6 @@ MapKey('n', '<C-H>', '<C-W><C-H>')
|
||||
MapKey('n', '<C-J>', '<C-W><C-J>')
|
||||
MapKey('n', '<C-K>', '<C-W><C-K>')
|
||||
MapKey('n', '<C-L>', '<C-W><C-L>')
|
||||
|
||||
-- FZF
|
||||
MapKey('n', '<C-f>', 'fzf#vim#complete#path(\'fd\'')
|
||||
|
Loading…
Reference in New Issue
Block a user