Skip to content

Instantly share code, notes, and snippets.

View sepiggy's full-sized avatar
🌴
On vacation

mkug3 sepiggy

🌴
On vacation
View GitHub Profile
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb
$SelectAll <M-A>
$Undo <M-Z>
@sepiggy
sepiggy / tmux-cheatsheet.markdown
Created August 26, 2017 07:56 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

tmux at [-t 会话名]