> For the complete documentation index, see [llms.txt](https://notes.tatusl.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tatusl.dev/vim/fzf.md).

# Fzf (plugin)

## Search results selection and opening

Open file under cursor to a new horizontal split: `Ctrl+X`.

Respectively, open to a new vertical split: `Ctrl+V`.

Multiple files can be selected with `TAB`.

`Shift+TAB` will select to another direction.

## References

* Open FZF Result In A Split In Vim - <https://til.hashrocket.com/posts/eduoqhukfz-open-fzf-result-in-a-split-in-vim>
