linux 下終端擴展

1 安裝Terminator
 字體

複製代碼spa

代碼以下:圖片


sudo apt-get install terminatorterminal

 


2 使用
打開Termintor按Ctrl-E(注意是大E要按住Shift)能夠垂直分割終端 Ctrl-O 可水平分割終端 按住Alt而後按上下左右能夠在不一樣的分割窗中切換 Ctrl-D 能夠關閉分割窗get

2.1 配置
terminator配置文件在~/.config/terminator/config 能夠經過這個配置文件配置terminator的字體和顏色
 it

複製代碼io

代碼以下:配置


font = Monaco 10 #設置體字
background_color = "#204070" # 背景顏色
foreground_color = "#F0F0F0" # 字體顏色
cursor_blink = True # 設置光標
scrollbar_position = disabled # 禁用滾動條
titlebars = no # 禁用標題欄
background_darkness = 0.4
background_type = transparent # 背景類型能夠設置爲圖片終端


更多配置能夠參見配置文件:
 scroll

複製代碼

代碼以下:


man terminator_config

 


3 Guake
Guake是一個下拉式的gnome桌面環境下的終端程序,所以你只須要按一個鍵F12就能夠調用他,而後再按一次以便隱藏他。Guake支持快捷鍵、標籤、背景透明等特性。

3.1 安裝 Guake
 

複製代碼

代碼以下:


sudo apt-get install guake


3.2 使用Guake
啓用guake後便可按F12調出來,很酷 快捷鍵和gnome terminal相同

 

Ctrl-T 新建標籤 F2 重命名標籤 Ctrl-PageUp 上一個標籤 Ctrl-PageDwon 下一個標籤 F11 全屏 F12 隱藏/顯示

相關文章
相關標籤/搜索