Pass chosen files directly to your editor.
Section: tmux, Vim, and Neovim integration
Open selected files in Vim or Neovim
bash
bash
fd --type f | fzf -m | xargs -r nvimExplanation
Efficient for opening several project files at once.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing tmux, Vim, and Neovim integration
Run fzf through fzf-tmux
Open the finder in a tmux popup or split-aware wrapper.
Use fzf-git.sh for Git object pickers
Load Git-focused helper bindings built on fzf.
Inspect your default source command
Print the configured default command before running fzf.
Avoid broken matching on colored input
Use --ansi only when the input really contains ANSI color codes.