Home » Questions » Computers [ Ask a new question ]

How can I stop tabs wrapping on gnome-terminal in Ubuntu 9.04?

How can I stop tabs wrapping on gnome-terminal in Ubuntu 9.04?

The gnome-terminal application lets you open multiple tabs. I typically have Vim in one, gdb in another, and so on. Here's a screenshot of my exciting development environment!

Asked by: Guest | Views: 275
Total answers/comments: 1
bert [Entry]

"I RTFM. You can add this:

gtk-keynav-wrap-around = 0

to ~/.gtkrc-2.0 and have tabs not wrap around.

You may have to close and reopen the terminal or wait a while for this to stick, these settings are not updated immediately but seem to be read every now and again."