Selaa lähdekoodia

添加tmux命令

visuddhinanda 4 vuotta sitten
vanhempi
sitoutus
83e4be34d5
1 muutettua tiedostoa jossa 13 lisäystä ja 1 poistoa
  1. 13 1
      dashboard/README.md

+ 13 - 1
dashboard/README.md

@@ -16,14 +16,26 @@ yarn start
 - [Install ubuntu@wls(ONLY For Windows User)](https://ubuntu.com/wsl)
 - [Start continer](../docker)
 - How to use tmux
-  
+
   ```text
+  tmux new -s <session-name> 新建会话
+  $ tmux detach 分离会话
+  $ tmux ls 查看当前所有的 Tmux 会话
+  $ tmux attach -t 0  接入会话
+  $ tmux kill-session -t 0 命令用于杀死某个会话。
+  $ tmux switch -t 0 切换会话
+  ctrl+b [ 滚屏
+  Ctrl+b d 分离会话
+  Ctrl+b ? 帮助
   Ctrl+b %
   Ctrl+b "
   Ctrl+b up
   Ctrl+b down
   Ctrl+b left
   Ctrl+b right
+  Ctrl+b d:分离当前会话。
+  Ctrl+b s:列出所有会话。
+  Ctrl+b $:重命名当前会话。
   ```
 
 - Start backend & frontend server