If I have multiple tabs open, how do I move from one to another? (Ubuntu 11.10; gedit 3.2.1)
Asked
Active
Viewed 1.0k times
3 Answers
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
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