Nvim: add fzf keybind

This commit is contained in:
Marko Korhonen 2022-01-15 12:32:28 +02:00
parent cf224afe1e
commit c34c2e7b9e

View file

@ -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\'')