您的位置:首页 > 运维架构 > Linux

centos7 下 byobu 的使用

2015-08-24 15:56 761 查看

centos7 下 byobu 的使用:

安装 byobu

$ sudo yum install byobu

创建一个会话

$ byobu -S cic

进入会话之后,ctrl+a,提示配:

Configure Byobu’s ctrl-a behavior…

When you press ctrl-a in Byobu, do you want it to operate in:

(1) Screen mode (GNU Screen’s default escape sequence)

(2) Emacs mode (go to beginning of line)

Note that:

- F12 also operates as an escape in Byobu

- You can press F9 and choose your escape character

- You can run ‘byobu-ctrl-a’ at any time to change your selection

Select [1 or 2]:

选择1

一些常用的操作:

会话

$ byobu -S cic 建立一个会话,会话名位cic

窗口

ctrl+a ctrl+c 创建一个新的窗口

ctrl+a shift+a 修改窗口名称

ctrl+a ctrl+n 下一个窗口

ctrl+a ctrl+p 上一个窗口

ctrl+a [index] 跳转到下标为index的窗口
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: