2017年3月17日 星期五

tmux try out

#tmux
#tmux attach

Split window vertically: ctrl+b %
Split window horizontal: ctrl+b "
Switch between pane: ctrl+b q (then press the number key)

Help mode: ctrl+b ?

Copy mode: ctrl+b [
and then use array key to point the start position and ctrl+[space]
and use array key to point the end position and alt+w
Paste the copied content: ctrl+b ]

Create a new window: ctrl+b c
switch to next window: ctrl+b n
switch to previous windows: ctrl+b p
show the window number and switch to it: ctrl+b w
switch to window #: ctrl+b (the window number)
Rename window: ctrl+b ,

Detach tmux: ctrl+b D

http://blog.chh.tw/posts/tmux-terminal-multiplexer/
https://awhan.wordpress.com/2010/06/20/copy-paste-in-tmux/

沒有留言:

張貼留言