Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 659 Bytes

select-several-results-from-an-fzf-search.md

File metadata and controls

14 lines (11 loc) · 659 Bytes

Select Several Results From An FZF Search

When performing a fuzzy search in Vim with FZF, you likely get a mix of results you care about and results that are just noise. FZF allows you to narrow down to just the results you care about. Move the cursor over each result of interest and hit tab. Little red arrows will show next to each item you have selected.

multi-select with fzf

When you are done hit enter. Each result will be opened as a separate buffer. You can then navigate between them using your preferred method of moving between buffers -- i.e. :bnext and :bprev.