Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and
Ctrl+PageUp / Ctrl+PageDown
https://github.com/jefferyto/gedit-control-your-tabs
v0.2.3
All bug reports, feature requests and miscellaneous comments are welcome at the project issue tracker.
v0.2.0 and higher requires at least gedit 3.2. (Untested with gedit 3.0; it may work :-) )
gedit 2 users should use v0.1.2.
- Download the source code (as zip or tar.gz) and extract.
- Copy
controlyourtabs.py
and the appropriate.plugin
file into~/.local/share/gedit/plugins
(create if it does not exist):- For gedit 3.6 and earlier, copy
controlyourtabs.plugin.python2
and rename tocontrolyourtabs.plugin
. - For gedit 3.8 and later, copy
controlyourtabs.plugin
.
- For gedit 3.6 and earlier, copy
- Restart gedit, select Edit > Preferences (or gedit > Preferences on Mac), and enable the plugin in the Plugins tab.
- Ctrl+Tab / Ctrl+Shift+Tab switch tabs in most recently used order.
- Ctrl+Page Up / Ctrl+Page Down switch tabs in tabbar order.
Inspired by:
- TabSwitch by Elia Sarti
- TabPgUpPgDown by Eran M.
- the gedit Documents panel
Copyright © 2010-2013 Jeffery To jeffery.to@gmail.com
Available under GNU General Public License version 3