Tmux Commands
这是一些我平时会用到的tmux
命令。
command | action |
---|---|
tmux new-session -s Name | create a new session and name it |
^b $ | change the name of current session |
^b . | move windows |
^b , | rename window |
^b c | create another window |
^b ! | close all panes except the one you focusing |
^b " | open a horizental pane |
^b % | open a vertical pane |
^b Esc | enter select-mode |
^b space && enter | start select test && finish |
^b p | paste buffer (personal) |
And my personal .tmux.conf file.