I like to open several tabs in GNOME terminal when I work. In Firefox, you can switch between tabs using Ctrl-Tab or Ctrl-Shift-Tab. How do I get the same functionality in GNOME terminal?

link|improve this question
feedback

3 Answers

up vote 5 down vote accepted

Ctrl + PageDown for Next Tab

Ctrl + PageUp for Previous Tab

to move tab left , try Ctrl + Shift + Left

link|improve this answer
feedback

This is usually mapped to CTRLPgUp and CTRLPgDown.

Use CTRLSHIFTPgUp and CTRLSHIFTPgDown to move tabs around.

And lastely, you can directly access the first ten tabs with ALT1, ALT2 etc. ...

link|improve this answer
feedback

You can modify the key-bindings for gnome-terminal using gconf-editor.

Look under: apps/gnome-terminal/keybindings

The man-page for gconf-editor provides some interesting comments...

GConf-Editor is a tool used for editing the GConf configuration database. It might be useful when the proper configuration utility for some software provides no way of changing some option.

and

This tool allows you to directly edit your configuration database. This is not the recommended way of setting desktop preferences. Use this tool at your own risk.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown