logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fzf-tmux - open fzf in tmux split pane

Description

       fzf-tmux is a wrapper script for fzf that opens fzf in a tmux split pane or in a tmux popup window. It is
       designed  to  work  just  like  fzf  except that it does not take up the whole screen. You can safely use
       fzf-tmux instead of fzf in your scripts as the extra options will be silently ignored if  you're  not  on
       tmux.

Layout Options

       (default layout: -d50%)

   Popupwindow
       (requires tmux 3.2 or above)

       -p[WIDTH[%][,HEIGHT[%]]]-wWIDTH[%]-hWIDTH[%]-xCOL-yROWSplitpane-u[height[%]]
              Split above (up)

       -d[height[%]]
              Split below (down)

       -l[width[%]]
              Split left

       -r[width[%]]
              Split right

fzf 0.60.3                                          Mar 2025                                         fzf-tmux(1)

Name

       fzf-tmux - open fzf in tmux split pane

Synopsis

fzf-tmux[LAYOUTOPTIONS] [--] [FZFOPTIONS]

See Also