ISCAS007 / PaperReading

Computer Vision Paper Reading for ISCAS
GNU General Public License v3.0
7 stars 6 forks source link

tmux 终端程序,远程挂机 #11

Open yzbx opened 5 years ago

yzbx commented 5 years ago

screenshot

scrrent-shot

帮助

tmux info 或者 ctrl+b + ?

session 会话

# 新建会话(session)
tmux new -s [session-name]
# 列举(list)会话
tmux ls
# 进入(attach)会话
tmux a -t [session-name]
# 退出(detach)会话
ctrl+b + d

window 窗口 (一个会话对应着多个窗口)

panne 面板 (一个窗口对应着多个面板)

copy mode (vi/vim模式) 查看命令输出时用