How do I alternate tabs in Linux GNOME terminal?

32

6

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?

user34094

Posted 2010-04-13T18:12:01.280

Reputation:

Answers

37

Ctrl+PageDown for Next Tab

Ctrl+PageUp for Previous Tab

to move tab left, try Ctrl+Shift+

Ye Lin Aung

Posted 2010-04-13T18:12:01.280

Reputation: 5 444

19

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. ...

Benjamin Bannier

Posted 2010-04-13T18:12:01.280

Reputation: 13 999

7

Update: Some (newer?) versions of gnome-terminal have a keyboard shortcuts dialog accessible from the Edit menu -- eliminating the need to use gconf-editor.


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.


Note: GConfig-Editor may not be installed by default. For Debian/Ubuntu/Mint, install with:

sudo apt-get install gconf-editor

Example settings:

next_tab <Shift>Right
prev_tab <Shift>Left

nobar

Posted 2010-04-13T18:12:01.280

Reputation: 530

Ubuntu-mate 18.04: getting SIGSEGV repeatedly while trying to do this with Keyboard Shortcuts from mate-terminal. – nobar – 2018-06-09T22:55:38.020

...This instantaneously kills every terminal instance. – nobar – 2019-01-09T04:19:58.563