Skip to content

Latest commit

 

History

History

fuzzy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Fuzzy search Layer

This layer provides fuzzy search functionality for files, buffers and methods, using

Table of Contents

Install

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

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

Key Bindings

Key Binding Description
SPC f b Find open buffer
SPC f f Find file
SPC f m Find method in file
SPC f M Find method under cursor in file
SPC f R Find recently used file