码迷,mamicode.com
首页 > 其他好文 > 详细

tmux shortcut key

时间:2016-02-16 14:56:23      阅读:308      评论:0      收藏:0      [点我收藏+]

标签:

#tmux : create a session

># Ctrl+b, %: create a vetical pane
># Ctrl+b, " : create a horizontal pane
># Ctrl+b, q, N: change a pane, N is the order of panes, please press the order before disappear.
># Ctrl+b, c : create a new window
># Crrl+b, s : list all the sessions
># Ctrl+b, s, UP/Down, ENTER: change for sessions
># Ctrl+b, Ctrl+z : suspend the current session
># Ctrl+b, d : detach the current session
># Ctrl+b, N: change windows, N is the order of windows
># Ctrl+b, p : presious window
># Ctrl+b, n : next window
># Ctrl+b, ? : list for help 
 
# tmux ls : list all session
# tmux new -s session-name
# tmux a : attach the first avilable session
# tmux a -t session-name : attach a session
# tmux detach : detach the attached session

tmux shortcut key

标签:

原文地址:http://www.cnblogs.com/lifeinsmile/p/5192635.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!