Open the finder in a tmux popup or split-aware wrapper.

Section: tmux, Vim, and Neovim integration

Run fzf through fzf-tmux

bash
bash
fzf-tmux -p 80%,60%
Explanation

A popular way to use fzf inside tmux without disturbing the current pane layout.

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
Open selected files in Vim or Neovim
Pass chosen files directly to your editor.
OpenIn sheetbashsame section
Use fzf-git.sh for Git object pickers
Load Git-focused helper bindings built on fzf.
OpenIn sheetbashsame section
Inspect your default source command
Print the configured default command before running fzf.
Prefer fd over find for speed
Switch your source command to fd for large trees.
Ignore hidden or VCS files unless needed
Reduce list size to improve responsiveness.
Avoid broken matching on colored input
Use --ansi only when the input really contains ANSI color codes.