Tmux Keymap Cheatsheet: Josean Martinez’s Configuration
Tmux Keymap Cheatsheet
Install tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Keymap
Prefix
<ctrl>a- change
<capsLock>to<ctrl>
New Session
tmux new -s <Name>
Detach
tmux detach
List
tmux lsto show all sessions<prefix>sto show all sessions<prefix>wto show all windows
Attach
tmux attach -t <Name>to attach to a specific session
Split
<prefix>|to split vertically<prefix>-to split horizontally
Refresh
<prefix>rto refresh.tmux.conf
Resize
<prefix>h/j/k/lto resize panes<prefix>mto maximize panes
Rename
<prefix>,to rename a window
Move
<ctrl>h/j/k/lto move between panes
New
<prefix>cto create a new window in current session
Copy Mode
<prefix>[to enter copy modeh/j/k/lto move<shift>k/jto also move up and down<ctrl>u/dto go half page up and down<ctrl>b/fto go full page up and downvto enter visual mode to select textyto copy select text<ctrl>cto exit copy mode
- Title: Tmux Keymap Cheatsheet: Josean Martinez’s Configuration
- Author: kazma
- Created at : 2024-05-03 13:15:25
- Updated at : 2025-08-20 13:53:24
- Link: https://kazma.tw/2024/05/03/Tmux Keymap Cheatsheet: Josean Martinez’s Configuration/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments