Is there a hotkey to switch between tabs in Gedit? Ctrl+Tab and Ctrl+PageUp are not working. I'm using Ubuntu 14.04.
Asked
Active
Viewed 7,053 times
2 Answers
25
Gedit has this functionality natively, no need for a plugin. Try the following:
- Next tab CtrlAltPageDown
- Previous tab CtrlAltPageUp
dotancohen
- 2,864
11
here is a plugin here for gedit to Switch between tabs using Ctrl-Tab / Ctrl-Shift-Tab. Control Your Tabs There are also similar plugins on the same page. http://live.gnome.org/Gedit/Plugins
Nemanja
- 152
Trevor Clarke
- 912