1fzf-tmux(1) fzf-tmux - open fzf in tmux split pane fzf-tmux(1)
2
3
4
6 fzf-tmux - open fzf in tmux split pane
7
8
10 fzf-tmux [-u|-d [HEIGHT[%]]] [-l|-r [WIDTH[%]]] [--] [FZF OPTIONS]
11
12
14 fzf-tmux is a wrapper script for fzf that opens fzf in a tmux split
15 pane. It is designed to work just like fzf except that it does not take
16 up the whole screen. You can safely use fzf-tmux instead of fzf in your
17 scripts as the extra options will be silently ignored if you're not on
18 tmux.
19
20
22 Layout
23 (default: -d 50%)
24
25
26 -u [height[%]]
27 Split above (up)
28
29 -d [height[%]]
30 Split below (down)
31
32 -l [width[%]]
33 Split left
34
35 -r [width[%]]
36 Split right
37
38
39
40fzf 0.18.0 Mar 2019 fzf-tmux(1)