tmux-fzf — Fuzzy Session Search
Adds an interactive fuzzy finder for quickly switching between sessions, windows, and panes.
Status on This Server
Not installed. Optional plugin.
Installation
~/.tmux.conf
set -g @plugin 'sainnhe/tmux-fzf'
Then press Ctrl+Space I to install.
Requirements
Requires fzf to be installed:
sudo apt install fzf
Usage
| Default Shortcut | Modification Shortcut | Action |
|---|---|---|
Ctrl+b F | Ctrl+Space F | Open fuzzy finder |
Pressing the shortcut opens an interactive fzf window showing all sessions, windows, and panes. Type to filter, press Enter to switch.