How do I move to a new tab in gedit using the keyboard?
If I have multiple tabs open, how do I move from one to another? (Ubuntu 11.10; gedit 3.2.1)
Solution 1:
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
Solution 2:
Alt + Number. In fact it works with many application that have tabs
Solution 3:
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