linux下的終端軟件還是很多的,今天發現了一個比較好用的,叫做Terminator,可以實現比如像窗口分割等比較實用的功能,以后再也不用用Crtl+Alt+上下左右來看不同的terminal。下面是自己將Terminator的快捷鍵幫助稍微翻譯了一下,沒能全部給出,也是自己實在沒弄明白,其實常用的明白就好,不一定都能用得到。
1 The following keybindings can be used to control Terminator: 2 3 //第一部份:關於在同一個標簽內的操作 4 Ctrl+Shift+O 5 Split terminals Horizontally. //水平分割終端 6 7 Ctrl+Shift+E 8 Split terminals Vertically. //垂直分割終端 9 10 Ctrl+Shift+Right 11 Move parent dragbar Right. //在垂直分割的終端中將分割條向右移動 12 13 Ctrl+Shift+Left 14 Move parent dragbar Left. //在垂直分割的終端中將分割條向左移動 15 16 Ctrl+Shift+Up 17 Move parent dragbar Up. //在水平分割的終端中將分割條向上移動 18 19 Ctrl+Shift+Down 20 Move parent dragbar Down. //在水平分割的終端中將分割條向下移動 21 22 Ctrl+Shift+S 23 Hide/Show Scrollbar. //隱藏/顯示滾動條 24 25 Ctrl+Shift+F 26 Search within terminal scrollback //搜索 27 28 Ctrl+Shift+N or Ctrl+Tab 29 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 //Crtl+Tab 移動到下一個終端 30 31 Ctrl+Shift+P or Ctrl+Shift+Tab 32 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 //Crtl+Shift+Tab 移動到之前的一個終端 33 34 Alt+Up 35 Move to the terminal above the current one. //移動到上面的終端 36 37 Alt+Down 38 Move to the terminal below the current one. //移動到下面的終端 39 40 Alt+Left 41 Move to the terminal left of the current one. //移動到左邊的終端 42 43 Alt+Right 44 Move to the terminal right of the current one. //移動到右邊的終端 45 46 Ctrl+Shift+C 47 Copy selected text to clipboard //復制選中的內容到剪貼板 48 49 Ctrl+Shift+V 50 Paste clipboard text //粘貼剪貼板的內容到此處 51 52 Ctrl+Shift+W 53 Close the current terminal. //關閉當前終端 54 55 Ctrl+Shift+Q 56 Quits Terminator //退出當前窗口,當前窗口的所有終端都將被關閉 57 58 Ctrl+Shift+X 59 Toggle between showing all terminals and only showing the current one (maximise). //只顯示當前終端和顯示所有終端的轉換開關 60 61 Ctrl+Shift+Z 62 Toggle between showing all terminals and only showing a version of the current one (zoom). //與Crtl+Shift+X的功能基本一樣,只是轉換后的當前終端文字等大小不一樣 63 64 //第二部份:有關各個標簽之間的操作 65 Ctrl+Shift+T 66 Open new tab //打開一個新的標簽 67 68 Ctrl+PageDown 69 Move to next Tab //移動到下一個標簽 70 71 Ctrl+PageUp 72 Move to previous Tab //移動到上一個標簽 73 74 Ctrl+Shift+PageDown 75 Swap tab position with next Tab //沒懂這個 76 77 Ctrl+Shift+PageUp 78 Swap tab position with previous Tab //沒懂這個 79 80 Ctrl+Plus (+) 81 Increase font size. Note: this may require you to press shift, depending on your keyboard //增大字體 82 83 Ctrl+Minus (-) 84 Decrease font size. Note: this may require you to press shift, depending on your keyboard //減小字體 85 86 Ctrl+Zero (0) 87 Restore font size to original setting. //恢復字體到原始大小 88 89 F11 90 Toggle fullscreen //全屏開關 91 92 Ctrl+Shift+R 93 Reset terminal state //重置終端狀態(未懂) 94 95 Ctrl+Shift+G 96 Reset terminal state and clear window //重置終端狀態並clear屏幕 97 98 Super+g 99 Group all terminals so that any input sent to one of them, goes to all of them. //綁定所有的終端,以便向一個輸入能夠輸入到所有的終端 100 101 Super+Shift+G 102 Remove grouping from all terminals. //解除綁定 103 104 Super+t 105 Group all terminals in the current tab so input sent to one of them, goes to all terminals in the current tab. //綁定當前標簽的所有終端 106 107 Super+Shift+T 108 Remove grouping from all terminals in the current tab. //解除綁定 109 110 Ctrl+Shift+I 111 Open a new window (note: unlike in previous releases, this window is part of the same Terminator process) //打開一個窗口,但是有點像繼承了父窗口 112 113 Super+i 114 Spawn a new Terminator process //這個跟上一個的主要區別還沒弄懂 115 116 117 Drag and Drop 118 The layout can be modified by moving terminals with Drag and Drop. To start dragging a terminal, click and hold on its titlebar. Alternatively, hold down Ctrl, click and hold the right mouse button. Then, **Release Ctrl**. You can now drag the terminal to the point in the layout you wou ld like it to be. The zone where the terminal would be inserted will be highlighted. //用來改變窗口布局的,另外我覺得這兒是鼠標左鍵