Yet another tmux fzf plugin. Used to quickly navigate between open tmux sessions and windows.
- fzf
- python 3.x
The easiest way to install tmux-fzf is to use TPM:
set -g @plugin 'tonymajestro/tmux-fzf'
prefix
+ f
: search for tmux windows in current session
prefix
+ F
: search for running tmux sessions
You can use the arrow keys or <C-j>
and <C-k>
to navigate the fzf results. Hitting enter will switch to the selected tmux session or window. To cancel, press escape or .