Ubuntu Geek

Ubuntu Linux Tutorials,Howtos,Tips & News | Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed

  • Follow Us on Twitter

  • Sponsor


  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

Terminator - Multiple GNOME terminals in one window

Posted by admin on March 12th, 2008 Email This Post Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

This is a project to produce an efficient way of filling a large area of screen space with terminals. This is done by splitting the window into a resizeable grid of terminals. As such, you can produce a very flexible arrangements of terminals for different tasks.

At the moment, Terminator is available for Ubuntu Hardy and you can install from source in Feisty,Gutsy etc

You can download Terminator source code from here this is only for who is using ubuntu 7.10 and below version users

If you are using hardy use the following command to install

sudo aptitude install terminator

Install terminator in ubuntu gutsy,feisty etc

Download source code from here .Now you have terminator_0.8.1.tar.gz file extract this file using the following command

tar xzvf terminator_0.8.1.tar.gz

Now you have terminator-0.8.1 directory

cd terminator-0.8.1

Install termonator using the following command

sudo ./setup.py install

This will complete the installation

Using Terminator

Now if you want to open terminator use the following command from your terminal

terminator

Once it opens you should see similar to the following screen

Now if you want to split your views you need to Right-Clicking on a terminal view you should see similar to the following options

After splitting your terminal you can see similar to the following screen

Using your multi view terminals in action

You can use the following keys to split your terminal views

Ctrl-Shift-E: will split the view vertically.

Ctrl-Shift-O: will split the view horizontally.

Ctrl-Shift-P: will focus be active on the previous view.

Ctrl-Shift-N: will focus be active on the next view.

Ctrl-Shift-W: will close the view where the focus is on.

Ctrl-Shift-Q: will exit terminator.

F11: will make terminator go fullscreen.

Share/Save/Bookmark

Related Articles

6 Responses to “Terminator - Multiple GNOME terminals in one window”

  1. Brisbane SEO Consultant Says:

    That is so very, very cool and useful. Thanks for the tutorial. I’ll never look at a boring old terminal window the same way again.

  2. paul Says:

    good howto. i looked at terminator and could not figure out the obvious (how to split terminal screens) until your article.

    how did you get transparency working? probably just as obvious.

    thanks for a useful entry.

  3. admin Says:

    @paul

    try this guide for transparent terminal

  4. Mike Says:

    That transparency writeup will make a standard Gnome terminal window transparent, but not a Terminator window. Would you kindly be more specific?

    Thanks

  5. Rizwan Says:

    Apparently it was disabled in 0.8.1 due to bug, since 8.10 release of Ubuntu comes with 0.11 release of Terminator, transparency can be enabled back. I think they just forgot to remove the default check. You can enable it back by adding this to ~/.config/terminator/config

    enable_real_transparency=True

    Hope this helps.

    Rizwan

  6. Satya Says:

    I would like to see session manager for terminator in future releases.
    I split one terminal into four different terminals. On each terminal I am in different paths.
    I would like to the save the current state/session.

    Whenever I want to resume, I would like to “File->Open saved sessions” and it should put me into the saved state.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>