失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > ubuntu 多终端窗口管理: terminator

ubuntu 多终端窗口管理: terminator

时间:2022-11-02 22:11:53

相关推荐

ubuntu 多终端窗口管理: terminator

在Ubuntu 中,我们通常会用terminal进行一些操作。但是有时仅用一个终端无法满足程序员的要求,这时我们会开启多个终端。当多个终端窗口布满桌面时,如何使桌面整洁美观会影响到我们的心情。

terminator可以实现多个终端窗口的管理,在一个窗口里开启多个终端子窗口,并且可以自由的在一个窗口中分割区域建立新终端,还可以通过鼠标拉伸调整每个终端的大小。这时整个桌面整洁利落了,满足了你的所有需求。

使用效果图如下:

下面介绍如何安装和使用。

1. 安装

sudo apt-get install terminator

2.使用

step1:按照以前的方式打开一个终端,如 Ctrl+Alt+T

step2:然后就可以在终端界面上点击右键,对该终端窗口进行拆分,创建新的终端子界面,如上图所示。可以左右切分,也可以上下切分,每切分出一个新窗口就会创建一个新的终端操作子界面。

3. 使用快捷键

#常用快捷键Ctrl+Shift+E 垂直分割窗口 Ctrl+Shift+O 水平分割窗口 F11 全屏 Ctrl+Shift+C 复制 Ctrl+Shift+V 粘贴 Ctrl+Shift+N 或者 Ctrl+Tab 在分割的各窗口之间切换 Ctrl+Shift+X 将分割的某一个窗口放大至全屏使用 Ctrl+Shift+Z 从放大至全屏的某一窗口回到多窗格界面

更多快捷键

Search for a Keyword –Ctrl+Shift+f(这个功能好赞啊)Move to Next Terminal –Ctrl+Shift+NorCtrl+TabMove Parent Dragbar Right –Ctrl+Shift+Right_Arrow_keyMove Parent Dragbar Left –Ctrl+Shift+Left_Arrow_keyMove Parent Dragbar Up –Ctrl+Shift+Up_Arrow_keyMove Parent Dragbar Down –Ctrl+Shift+Down_Arrow_keyHide/Show Scrollbar –Ctrl+Shift+sMove to the Above Terminal –Alt+Up_Arrow_KeyMove to the Below Terminal –Alt+Down_Arrow_KeyMove to the Left Terminal –Alt+Left_Arrow_KeyMove to the Right Terminal –Alt+Right_Arrow_KeyCopy a text to clipboard –Ctrl+Shift+cPaste a text from Clipboard –Ctrl+Shift+vClose the Current Terminal –Ctrl+Shift+wQuit the Terminator –Ctrl+Shift+qToggle Between Terminals(切换终端) –Ctrl+Shift+xOpen New Tab –Ctrl+Shift+tMove to Next Tab –Ctrl+page_DownMove to Previous Tab –Ctrl+Page_upIncrease Font size –Ctrl+(+)Decrease Font Size –Ctrl+(-)Reset Font Size to Original –Ctrl+0Toggle Full Screen Mode –F11Reset Terminal –Ctrl+Shift+RReset Terminal and Clear Window –Ctrl+Shift+GRemove all the terminal grouping –Super+Shift+tGroup all Terminal into one –Super+g

4. 美化

我觉得这个对我不重要,大家可以去这里查看:/learning_tortosie/article/details/102581261

参考:/learning_tortosie/article/details/102581261

ubuntu下如何配置terminator(以16.04为例)

如果觉得《ubuntu 多终端窗口管理: terminator》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。