Ubuntu终端多窗⼝分屏Terminator
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、优化配置
初始界⾯不太美观
修改配置⽂件
ubuntu vim命令
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
总结
以上就是这篇⽂章的全部内容了,希望本⽂的内容对⼤家的学习或者⼯作具有⼀定的参考学习价值,谢谢⼤家对的⽀持。如果你想了解更多相关内容请查看下⾯相关链接

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。