Terminal快捷键
ctrl + alt + t 打开一个terminal
ctrl + shift + t 在terminal中打开多个标签
-----------------------------------------------
terminator 多窗口终端的快捷键
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+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
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+C
Copy selected text to clipboard
Ctrl+Shift+V
Paste clipboard text
Ctrl+Shift+W
Close the current terminal.
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
Drag and Drop
The layout can be modified by moving terminals with Drag and
Drop. To start dragging a terminal, hold down
Ctrl, click and hold the right
mouse button. Then, **Release Ctrl**. You can now
drag the terminal do the point in the layout you would like it to
be. The zone where the terminal would be inserted will be
highlighted
本文转载自:http://www.net527.cn/a/caozuoxitong/Linux/7422.html
Terminator基本命令如下:(大小写无关的)
Ctrl + Shift + 字体增大一号(实际是Ctrl +)
Ctrl - 字体减小一号
Ctrl 0 字体还原至上一次修改
Ctrl+Shift+T 新开个tab(类似FF)
Ctrl+Shift+N 或者
Ctrl+Tab 切换到下一个tab
Ctrl+Shift+P 或者
Ctrl+Shift+Tab 切换到前一个tab
Alt+ up(上方向键) 切换到当前焦点上面的tab
Alt+ down(下方向键) 切换到当前焦点下面的tab
Alt+ left(左方向键) 切换到当前焦点左面的tab
Alt+ right(右方向键) 切换到当前焦点右面的tab
Ctrl+Shift+E 垂直分割窗口
Ctrl+Shift+O 水平分割窗口
Ctrl+Shift+W 关闭当前窗口(仅是当前焦点所在的窗口)
Ctrl+Shift+C 复制
Ctrl+Shift+V 粘贴
Ctrl+Shift+Q 关闭当前所有窗口(会有提示是否关闭)
以下4个是调整窗口大小的,
Ctrl+Shift+Up Ctrl+Shift+Down
Ctrl+Shift+Left
Ctrl+Shift+Right
Ctrl+Shift+X
全屏当前窗口,再输入一遍就还原了
Ctrl+Shift+Z 全屏当前窗口,同时放大字体
Ctrl + Shift + G 清除当前窗口 (类似cls)
Ctrl+Shift+I 开一个新的Terminator实例
具体其他用法可以使用man查看
man terminator-config
补充记录下 下载地址 http://www.tenshu.net/terminator/
补充部分转载自:http://dikar.iteye.com/blog/940085