terminator快捷键

  Gnome Terminator 
  
  Instruction
  
  Why do I want to use this software?Because I hope to be a Productive Linux User.
  Terminator
  An applicationthat provides lots of terminals in a single window, saving valuablescreen space otherwise wasted on window decorations and not quite beingable to fill the screen with terminals. It replaces xterm, rxvt, xwshand friends on X11 systems, GNOME Terminal, KDE's Konsole, Apple'sTerminal.app, and PuTTY on MS Windows.
  
  sudo apt-get install terminator
  
   做程序开发经常碰到的一个问题是开的窗口太多,有时候会把自己给弄晕,窗后之间的切换很浪费时间;我讨厌在linux下使用鼠标,鼠标有害效率,请远离!!!
   现在有了Terminator,只需要花几分钟记住几个快捷键,工作效率可以提高不少。
  
  KEYBINDINGS
   The following keybindings can be used to control 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.
   
  In this section,I just pick up some import tips for me.If you want toget details,please type 'man terminator' after intalling in theterminal.
  
  Considering there is very little info on terminator in chinese,so I will list it in chinese.
  CTRL+SHIFT+O/E 水平或者垂直新建一个窗口 
  CTRL+SHIFT + LEFT/RIGHT/UP/DOWN 左/右/上/下移动当前窗口 
  CTRL+SHIFT+s 显示/隐藏 scrollbar 
  CTRL+TAB/CTRL+SHIFT+TAB 移动到下/上一窗口 
  ALT+ LEFT/RIGHT/UP/DOWN 分别移动到当前窗口的左/右/上/下窗口 
  CTRL+SHIFT+W 关闭当前窗口 
  CTRL+SHIFT+Q 关闭当前程序 
  CTRL+SHIFT+X/Z 在所有窗口与当前窗口(最大化)之间进行切换 
  CTRL+SHIFT+T 创建新的Tab 
  CTRL+PageDown/PageUp 移动到下/上一Tab 
  CTRL+SHIFT+PageDown/PageUp 当前Tab与上/下一Tab交换前后位置 
  CTRL+Plus(+)/Minus(-) 增加/减少当前窗口的字号 
  CTRL+Zero(0) 还原成默认的字号 
  CTRL+SHIFT+G 清屏 
  F11 全屏/或者在启动程序的时候参数设置为 -f 
  
  The above shortcuts mostly are made up by CTRL and SHIFT.
  
  
  I will use this tool-"Gnome Terminator" instead of Gnome Terminal in the future!

你可能感兴趣的:(terminator快捷键)