Skip to main content

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 ShortcutModification ShortcutAction
Ctrl+b FCtrl+Space FOpen fuzzy finder

Pressing the shortcut opens an interactive fzf window showing all sessions, windows, and panes. Type to filter, press Enter to switch.