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、優(yōu)化配置
初始界面不太美觀
修改配置文件
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中大內存頁Oracle數(shù)據(jù)庫優(yōu)化的方法
這篇文章主要給大家介紹了關于Linux中大內存頁Oracle數(shù)據(jù)庫優(yōu)化的相關資料,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧2018-11-11
Apache NameVirtualHost *:80 has no VirtualHosts問題解決辦法
這篇文章主要介紹了Apache NameVirtualHost *:80 has no VirtualHosts問題解決辦法,一個很簡單的配置性錯誤,需要的朋友可以參考下2014-08-08
CentOS 7.0服務器安裝配置LAMP服務器(Apache+PHP+MariaDB)
這篇文章主要介紹了CentOS 7.0服務器安裝配置LAMP服務器(Apache+PHP+MariaDB),需要的朋友可以參考下2016-10-10

