Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 791 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 791 Bytes

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