table of contents
other versions
- testing 0.17.5-2+b10
- stretch-backports 0.17.5-2~bpo9+1
- unstable 0.17.5-2+b10
- experimental 0.18.0-1
fzf-tmux(1) | fzf-tmux - open fzf in tmux split pane | fzf-tmux(1) |
NAME¶
fzf-tmux - open fzf in tmux split paneSYNOPSIS¶
fzf-tmux [-u|-d [HEIGHT[%]]] [-l|-r [WIDTH[%]]] [--] [FZF OPTIONS]DESCRIPTION¶
fzf-tmux is a wrapper script for fzf that opens fzf in a tmux split pane. 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.OPTIONS¶
Layout¶
(default: -d 50%)- -u [height[%]]
- Split above (up)
- -d [height[%]]
- Split below (down)
- -l [width[%]]
- Split left
- -r [width[%]]
- Split right
Oct 2018 | fzf 0.17.5 |