29

If I have multiple tabs open, how do I move from one to another? (Ubuntu 11.10; gedit 3.2.1)

3 Answers3

39

To move to the previous tab (left): Ctrl + Alt + PageUp
To move to the next tab (right): Ctrl + Alt + PageDown

Full list of shortcuts here: https://help.gnome.org/users/gedit/stable/gedit-shortcut-keys.html

sebix
  • 485
doug
  • 17,212
25

Alt + Number. In fact it works with many application that have tabs

Kris Harper
  • 13,705
Evgeni
  • 407
6

You can install Control Your Tabs plugin, then four shortcuts get added:

  • Ctrl+Tab / Ctrl+Shift+Tab switch tabs in most recently used order.
  • Ctrl+Page Up / Ctrl+Page Down switch tabs in tabbar order.

Credit to Trevor Clarke for posting this on another question

wjandrea
  • 14,504