日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 运维知识 > Ubuntu >内容正文

Ubuntu

Ubuntu终端多窗口分屏Terminator

發(fā)布時(shí)間:2025/6/17 Ubuntu 68 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Ubuntu终端多窗口分屏Terminator 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

1、安裝

Terminator最大的特點(diǎn)就是可以在一個(gè)窗口中打開多個(gè)終端

sudo apt-get install terminator

2、快捷鍵

Ctrl+Shift+E??? 垂直分割窗口 Ctrl+Shift+O??? 水平分割窗口???? F11???????? 全屏 Ctrl+Shift+C??? 復(fù)制 Ctrl+Shift+V??? 粘貼 Ctrl+Shift+N??? 或者 Ctrl+Tab 在分割的各窗口之間切換 Ctrl+Shift+X??? 將分割的某一個(gè)窗口放大至全屏使用 Ctrl+Shift+Z??? 從放大至全屏的某一窗口回到多窗格界面

3、優(yōu)化配置

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

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

5.更改 Ubuntu 默認(rèn)終端工具

在 Ubuntu 系統(tǒng)中默認(rèn)使用的終端工具是 gnome-terminal,而當(dāng)我們安裝完 Terminator 之后,Ubuntu 系統(tǒng)中默認(rèn)采用的終端工具就變成了 Terminator,可以借助dconf-tools 工具來進(jìn)行重新設(shè)置。

安裝dconf-toolssudo

apt-get install dconf-tools

安裝成功后,終端中輸入命令 “dconf-editor” 來打開這個(gè)工具,然后從左邊的的菜單欄中按照下面的步驟依次進(jìn)入指定的菜單項(xiàng):org > gnome > desktop > applications > terminal

此時(shí),我們可以看到使用 Terminator 作為默認(rèn)終端工具的配置為:

exec? x-terminal-emulatore

xec-arg -e

?

如果想使用 gnome-terminal 為默認(rèn)終端工具的話,就將上面的配置更改為:

exec? gnome-terminal

exec-arg -x

保存退出之后,使用快捷鍵 “Ctrl + Alt + T” 啟動(dòng)一個(gè)終端時(shí),這時(shí)啟動(dòng)起來的就是 gnome-terminal 工具了!

轉(zhuǎn)載于:https://www.cnblogs.com/mohuishou-love/p/10079984.html

總結(jié)

以上是生活随笔為你收集整理的Ubuntu终端多窗口分屏Terminator的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。