欢迎来到代码驿站!

Linux

当前位置:首页 > 服务器 > Linux

Ubuntu终端多窗口分屏Terminator

时间:2020-12-18 01:50:41|栏目:Linux|点击:

1、安装

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

sudo apt-get install terminator

2、快捷键

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

3、优化配置

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

sudo vim ~/.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

总结

上一篇:Linux环境下安装Nginx及其使用

栏    目:Linux

下一篇:linux Apache CGI 安装配置

本文标题:Ubuntu终端多窗口分屏Terminator

本文地址:http://www.codeinn.net/misctech/34052.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有