Multi Gnome Terminal on Ubuntu

Recently, I had found so useful tool as Multi Gnome Terminal - terminator 

  
  
  
  
  1. Multi Gnome Terminal is a terminal emulator program, like xterm, rxvt and gnome-terminal, 
  2. from which it is derived. Multi Gnome Terminal introduces many new features and enhancements over the original Gnome Terminal. 
  3.  
  4. Multi Gnome Terminal is also influenced by screen, konsole and Eterm. In addition to the traditional features of Gnome Terminal,
  5. Multi Gnome Terminal adds many enhancements and extensions: 
  6.  
  7.     Multiple terminals may be opened within the same Window. 
  8.     Each terminal Window is "Tabbed" for easy navigation. 
  9.     The terminal Window may be "split" vertically and/or horizontally. And also 
  10.     unsplit, or the split terminal can be moved to its own "Tab"or even another Window. 
  11.     Terminals may be "bonded" so that the output of a command in one terminal is echoed to all the "bonded" terminals. 
  12.     Terminals may be moved from one Multi Gnome Terminal Window to another. 
  13.     Notification that an inactive terminal buffer has changed, or is in the process of changing, via colors on Tab labels. 
  14.     Extensive keyboard shortcuts for most Multi Gnome Terminal features, and configurable key bindings for these features and other uses. 
  15.     Shading, tinting and psuedo-transparency of the Multi Gnome Terminal Window background. 
  16.     Gamma corrrection and contrast controls for background pixmaps. 
  17.     Configurable "Commands" for initializing new terminals, accessible from within the Multi Gnome Terminal GUI interface, or as command line options. 
  18.     Adds a Toolbar and Buttonbar, which can be disabled like the other GUI components. The Toolbar can be repositioned too. 
  19.     Search the scrollback buffer. 
  20.     Font "shadowing" for better contrast on transparent or pixmapped backgrounds. 
  21.     Improved terminal emulation capabilities, including support for VT52. 
  22.     Improved support for launching URLs direct from the terminal Window. 
  23.     A flexible command line for creating new Windows and Tabs. 
  24.     Bold fonts can be a different font, and different color. 
  25.     Support for pseudo-graphics characters (like xterm). 
  26.     Greatly improved Class handling (configuration profiles) with many available configuration options. 
  27.  
  28. You can download CVS snapshots of MGT from the download page. 
  29. Take a look to see if a bug that is tormenting you has already been fixed in CVS. 

 How to install the Multi Gnome Terminal - terminator on Ubuntu

  
  
  
  
  1. $ sudo apt-get install terminator 

 How to use the Multi Gnome Terminal - terminator on Ubuntu

  
  
  
  
  1. You can use the following keys to split your terminal views 
  2.  
  3. Ctrl-Shift-E: will split the view vertically. 
  4.  
  5. Ctrl-Shift-O: will split the view horizontally. 
  6.  
  7. Ctrl-Shift-P: will focus be active on the previous view
  8.  
  9. Ctrl-Shift-N: will focus be active on the next view
  10.  
  11. Ctrl-Shift-W: will close the view where the focus is on
  12.  
  13. Ctrl-Shift-Q: will exit terminator. 
  14.  
  15. F11: will make terminator go fullscreen. 

 

你可能感兴趣的:(ubuntu,terminator)