1fzf-tmux(1)         fzf-tmux - open fzf in tmux split pane         fzf-tmux(1)
2
3
4

NAME

6       fzf-tmux - open fzf in tmux split pane
7
8

SYNOPSIS

10       fzf-tmux [LAYOUT OPTIONS] [--] [FZF OPTIONS]
11
12

DESCRIPTION

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

LAYOUT OPTIONS

22       (default layout: -d 50%)
23
24
25   Popup window
26       (requires tmux 3.2 or above)
27
28       -p [WIDTH[%][,HEIGHT[%]]]
29
30       -w WIDTH[%]
31
32       -h WIDTH[%]
33
34       -x COL
35
36       -y ROW
37
38
39   Split pane
40       -u [height[%]]
41              Split above (up)
42
43       -d [height[%]]
44              Split below (down)
45
46       -l [width[%]]
47              Split left
48
49       -r [width[%]]
50              Split right
51
52
53
54fzf 0.30.0                         Apr 2022                        fzf-tmux(1)
Impressum