linux 终端命令加速-终端多窗口分屏Terminator
前言
这里介绍终端多窗口分屏Terminator,解决我们在Linux系统工作时,切屏操作不够灵活的困扰。下面在Ubuntu18.04上介绍terminator的使用
Terminator之前的模样
使用Ubuntu自带Terminal,若要多窗口显示,需要打开多个tab,在一个tab中不能查看其他tab内容

使用Terminator后的模样
使用Terminator,可以同时打开多个窗口,并可以在各个窗口间灵活切换。

Terminator安装使用
安装:
sudo apt-get install terminator
使用:
Alt+箭头方向键:灵活地在分割各窗口间切换
Ctrl+Shift+E: 垂直分割窗口
Ctrl+Shift+O: 水平分割窗口
Ctrl+Shift+C: 复制
Ctrl+Shift+V: 粘贴
Ctrl+Shift+N: 或者 Ctrl+Tab 在分割的各窗口之间切换
Ctrl+Shift+X: 将分割的某一个窗口放大至全屏使用
Ctrl+Shift+Z: 从放大至全屏的某一窗口回到多窗格界面
配置:
terminator安装完后,并不太美观,可以参考下面配置
[global_config]
handle_size = 1
inactive_color_offset = 1.0
suppress_multiple_term_dialog = True
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_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并重新安装2025-04-26 01:23:45
-
《前端运维》、Nginx-3静态资源服务、跨域与其他2025-04-26 00:51:36
-
nginx配置SSL总结2025-04-26 00:49:40
-
windows下安装nginx,并注册为系统服务,开机自启动
windows下安装nginx,并注册为系统服务,开机自启动2025-04-26 00:21:28 -
详解nginx利用referer指令实现防盗链配置2025-04-26 00:10:48