terminator 安裝與配置

看着大佬們都裝了分屏的命令行,我覺得太牛x了,最起碼看着裝b範十足!我也裝。直接

sudo apt-get install terminator

然後安裝好之後看到界面非常難看,稍微自己改一下
然後這樣

cd ~/.config/terminator/ && sudo gedit config

然後我們將之加入這些

[global_config]
[keybindings]
[profiles]
  [[default]]
    use_system_font = False # 是否啓用系統字體
    login_shell = True
    background_darkness = 0.92 # 背景顏色
    background_type = transparent
    background_image = None
    cursor_color = "#3036ec" # 光標顏色
    foreground_color = "#00ff00"
    show_titlebar = False # 不顯示標題欄,也就是 terminator 中那個默認的紅色的標題欄
    custom_command = tmux
    font = Ubuntu Mono 14  # 字體設置,後面的數字表示字體大小
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

效果如下

這裏寫圖片描述

看着還是相對友好的,如果還覺得不舒服,請自己百度下吧~這裏再附加一下功能表

Ctrl+Shift+O
    Split terminals Horizontally.(上下開新窗口)
Ctrl+Shift+E
    Split terminals Vertically.(垂直開新窗口)
Ctrl+Shift+Right
    Move parent dragbar Right.(放大當前窗口 向右)
Ctrl+Shift+Left
    Move parent dragbar Left.
Ctrl+Shift+Up
    Move parent dragbar Up.
Ctrl+Shift+Down
    Move parent dragbar Down.
Ctrl+Shift+W
    Close the current terminal.
Alt+Up
    Move to the terminal above the current one.(切換當前窗口)
Alt+Down
    Move to the terminal below the current one.
Alt+Left
    Move to the terminal left of the current one.
Alt+Right
    Move to the terminal right of the current one.
Ctrl+Shift+S
    Hide/Show Scrollbar.(隱藏滾動條)
Ctrl+Shift+F
    Search within terminal scrollback
Ctrl+Shift+N or Ctrl+Tab
    Move to next terminal within the same tab, use Ctrl+PageDown to move to the next tab. If cycle_term_tab is False, cycle within the same tab will be disabled
Ctrl+Shift+P or Ctrl+Shift+Tab
    Move to previous terminal within the same tab, use Ctrl+PageUp to move to the previous tab. If cycle_term_tab is False, cycle within the same tab will be disabled
Ctrl+Shift+C
    Copy selected text to clipboard
Ctrl+Shift+V
    Paste clipboard text
Ctrl+Shift+Q
    Quits Terminator
Ctrl+Shift+X (最大化當前窗口)
    Toggle between showing all terminals and only showing the current one (maximise).
Ctrl+Shift+Z
    Toggle between showing all terminals and only showing a scaled version of the current one (zoom).
Ctrl+Shift+T
    Open new tab
Ctrl+Shift+Alt+T
    Open new tab at root level, if using extreme_tabs.
Ctrl+PageDown
    Move to next Tab
Ctrl+PageUp
    Move to previous Tab
Ctrl+Shift+PageDown
    Swap tab position with next Tab
Ctrl+Shift+PageUp
    Swap tab position with previous Tab
Ctrl+Shift+F
    Open buffer search bar to find substrings in the scrollback buffer. Hit Escape to cancel.
Ctrl+Plus (+)
    Increase font size. Note: this may require you to press shift, depending on your keyboard
Ctrl+Minus (-)
    Decrease font size. Note: this may require you to press shift, depending on your keyboard
Ctrl+Zero (0)
    Restore font size to original setting.
F11
    Toggle fullscreen(放大當前窗口)
Ctrl+Shift+R
    Reset terminal state
Ctrl+Shift+G
    Reset terminal state and clear window

2333以後就不需要鼠標啦~

發佈了188 篇原創文章 · 獲贊 48 · 訪問量 30萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章