Skip to content

Instantly share code, notes, and snippets.

@staticor
Forked from xionglikarl/tmux常用命令
Last active November 11, 2016 04:00
Show Gist options
  • Save staticor/7d04e8dd3049f4243d9d8813dc3647db to your computer and use it in GitHub Desktop.
Save staticor/7d04e8dd3049f4243d9d8813dc3647db to your computer and use it in GitHub Desktop.
tmux常用命令
#  自己习惯用 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