Skip to content

Instantly share code, notes, and snippets.

View wangycc's full-sized avatar
🏠
Working from home

YichenWong wangycc

🏠
Working from home
View GitHub Profile
@wangycc
wangycc / tmux-cheatsheet.markdown
Created August 7, 2017 14:45 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

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

恢复会话:

tmux at [-t 会话名]
@wangycc
wangycc / tmux-cheatsheet.markdown
Created August 7, 2017 14:45 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname