Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 429 Bytes

tmux.md

File metadata and controls

36 lines (26 loc) · 429 Bytes

tmux cheatsheet

Based on this config: https://github.com/moddyz/dotfiles/blob/master/.tmux.conf

Panes:

# Split pane vertically |
Ctrl+b v

# Split pane horizontally _
Ctrl+b s

# Move focus to top pane
Alt+k

# Move focus to right pane
Alt+l

# Move focus to bottom pane
Alt+j

# Move focus to right pane
Alt+h

Windows:

# New window
Ctrl+b c

# Rename window
Ctrl+b ,

# Jump to window #
Ctrl+b <NUMBER>