Custom Bindings and Key Tables in tmux

From the tmux cheat sheet ยท Key Bindings ยท verified Aug 2026

Custom Bindings and Key Tables

Bind keys with or without the prefix.

bash
bind | split-window -h
bind - split-window -v
๐Ÿ“Œ -n creates a binding in the root key table
โš ๏ธ Root bindings can steal keys from applications
๐Ÿ’ก list-keys reveals defaults before customization
๐Ÿ” Key tables support modal workflows
bindingskey-tablesnavigation

Continue with tmux

Save the full cheat sheet or work through every related task.

More tmux tasks

Back to the full tmux cheat sheet