This layer provides fuzzy search functionality with FZF, using
Add the +nav/fzf
layer in your configuration file,
function! Layers()
" ...
Layer '+nav/fzf'
" ...
endfunction
Key Binding | Description |
---|---|
SPC f b | Find open buffer |
SPC f f | Find file |
SPC f g | Find line using ripgrep or the silver searcher (if available) |
SPC f G | Find line using git grep (if the +scm/git layer is enabled) |
SPC f l | Find line in loaded buffers |