-
-
Save staticor/7d04e8dd3049f4243d9d8813dc3647db to your computer and use it in GitHub Desktop.
tmux常用命令
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 自己习惯用 C-x 作为prefix | |
## 系统操作(session) | |
s list all sessions | |
$ rename | |
## 窗口操作 | |
c create | |
, rename | |
<Num> switch | |
& close | |
## 面板操作 | |
o switch pane | |
% split(horizonal) | |
" split(vertical) | |
[ 允许滚屏 | |
x close | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment