limux基础

tmux最基础使用

2020-06-25  本文已影响0人  asl_1da7

tmux 基本命令记录

tmux new -s <session-name>
tmux ls
tmux attach -t <session-name> or <session-number> 
tmux detach

or
Press ctrl + b
wait 2 seconds
Press d
more detail about this process

tmux kill-session -t <session-name> or <session-number> 

ctrl + b
:进入命令模式

set -g mouse on

references:

  1. https://www.ruanyifeng.com/blog/2019/10/tmux.html
上一篇 下一篇

猜你喜欢

热点阅读