Ubuntu終端多視窗分屏Terminator

2021-08-07 17:04:54 字數 1268 閱讀 9689

terminator最大的特點就是可以在乙個視窗中開啟多個終端

sudo apt-get install terminator
ctrl+shift+e    垂直分割視窗

ctrl+shift+o 水平分割視窗

f11 全屏

ctrl+shift+c 複製

ctrl+shift+v 貼上

ctrl+shift+n 或者 ctrl+tab 在分割的各視窗之間切換

ctrl+shift+x 將分割的某乙個視窗放大至全屏使用

ctrl+shift+z 從放大至全屏的某一視窗回到多窗格介面

初始介面不太美觀

修改配置檔案

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

Ubuntu終端多視窗分屏Terminator

ubuntu終端多視窗分屏terminator 1 安裝 terminator最大的特點就是可以在乙個視窗中開啟多個終端 sudo apt get install terminator 2 快捷鍵 ctrl shift e 垂直分割視窗 ctrl shift o 水平分割視窗 ctrl shift ...

終端多視窗分屏Terminator

terminator最大的特點就是可以在乙個視窗中開啟多個終端 sudo apt get install terminatorctrl shift e 垂直分割視窗 ctrl shift o 水平分割視窗 f11 全屏 ctrl shift c 複製 ctrl shift v 貼上 ctrl shi...

終端多視窗分屏Terminator vim分屏

1 安裝 terminator最大的特點就是可以在乙個視窗中開啟多個終端,方便一邊編譯程式,一遍檢視編譯錯誤資訊。sudo apt get install terminator2 快捷鍵 ctrl shift e 垂直分割視窗 ctrl shift o 水平分割視窗 f11 全屏 ctrl shif...