All Shortcuts

tmux Shortcuts & Commands — Complete Cheat Sheet (8)

Complete tmux keyboard shortcuts and commands cheat sheet for terminal multiplexing. Essential for remote server management and multi-tasking in the terminal.

Search all tmux shortcuts interactively

Interactive Shortcut Finder

All tmux Shortcuts

Sessions & Windows

ShortcutActionDescription
Ctrl + B, CNew windowCreate a new window.
Ctrl + B, NNext windowGo to next window.
Ctrl + B, PPrevious windowGo to previous window.
Ctrl + B, %Vertical splitSplit pane vertically.
Ctrl + B, "Horizontal splitSplit pane horizontally.
Ctrl + B, DDetach sessionDetach from session.
Ctrl + B, [Scroll modeEnter scroll mode.
Ctrl + B, ?Shortcuts listShow keyboard shortcuts.

Pro Tips

Frequently Asked Questions

How do I split the screen in tmux?

Press Ctrl+B then % for vertical split, or Ctrl+B then " for horizontal split.

How do I create a new window in tmux?

Press Ctrl+B then C to create a new window.

How do I detach from a tmux session?

Press Ctrl+B then D to detach. Reattach later with 'tmux attach'.

How do I switch between tmux panes?

Press Ctrl+B then arrow keys to move between panes.

Browse shortcuts for 230 platforms

Explore All