打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Ubuntu终端多窗口分屏Terminator
userphoto

2022.12.09 广西

关注

1、安装

Terminator最大的特点就是可以在一个窗口中打开多个终端

sudo apt-get install terminator

2、快捷键

F11 全屏
Ctrl+Shift+E 垂直分割窗口
Ctrl+Shift+O 水平分割窗口

Ctrl+Shift+C 复制
Ctrl+Shift+V 粘贴

Ctrl+Tab 在分割的各窗口之间切换
Ctrl+Shift+PageDown  在相邻的两个窗口之间切换
Ctrl+Shift+PageUp

Ctrl+Shift+X 将分割的某一个窗口放大至全屏使用
Ctrl+Shift+Z 从放大至全屏的某一窗口回到多窗格界面

Shift+Ctrl+w 关闭当前窗口
Shift+Ctrl+q 关闭整个终端

调整窗口大小
ctrl+shift+左方向键
ctrl+shift+右方向键

Ctrl+Shift+F
    Open buffer search bar to find substrings in the scrollback buffer. Hit Escape to cancel.

3、优化配置

初始界面不太美观
修改配置文件

sudo gedit ~/.config/terminator/config

如果报错,Unable to open ~/.config/terminator/config ,解决方法:

打开terminator终端,然后右击终端的黑色背景,选择preference->layouts->add,关闭该窗口即可找到config文件。

我的配置如下:

[global_config]
 geometry_hinting = False
 handle_size = 1
 inactive_color_offset = 1.0
 title_font = mry_KacstQurn Bold 11
 title_hide_sizetext = True
[keybindings]
[layouts]
 [[default]]
  [[[child1]]]
   parent = window0
   profile = default
   type = Terminal
  [[[window0]]]
   parent = ""
   type = Window
[plugins]
[profiles]
 [[default]]
  background_darkness = 0.76
  background_image = None
  background_type = transparent
  cursor_color = "#3036ec"
  custom_command = tmux
  font = Ubuntu Mono 13
  foreground_color = "#ffffff"
  login_shell = True
  show_titlebar = False
  use_system_font = False

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Ubuntu的terminal下,不能用ctrl+V的原因
VM ubuntu 怎么进入命令行界面
Ubuntu终端常用的快捷键
Ubuntu 终端字体大小设置
Ubuntu 12.04右键在当前位置打开终端
terminator 的常用快捷键
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服