Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

FZF Layer

This layer provides fuzzy search functionality with FZF, using

Table of Contents

Install

Add the +nav/fzf layer in your configuration file,

function! Layers()
  " ...
  Layer '+nav/fzf'
  " ...
endfunction

Key Bindings

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