Switch between tab groups using Ctrl+<key above Tab>
https://github.com/jefferyto/gedit-tab-group-salute
0.2.3-dev
All bug reports, feature requests, and miscellaneous comments are welcome at the project issue tracker.
Be sure to watch the project on GitHub to receive notifications for new releases.
This plugin requires gedit 3.12 or newer.
- Download the latest release and extract.
- Copy the
tab-group-salute
folder and thetab-group-salute.plugin
file into~/.local/share/gedit/plugins
(create if it does not exist). - Restart gedit, then activate the plugin in the Plugins tab in gedit's Preferences window.
This plugin adds keyboard shortcuts that use the key above the Tab key, written here as ` (grave accent / backquote / backtick):
- Ctrl+` - Move forward to the next tab group
- Ctrl+Shift+` - Move backward to the previous tab group
These shortcuts may override the "invert case" shortcut (Ctrl+~), if the key above the Tab key produces the tilde symbol.
The code in tab-group-salute/utils
comes from python-gtk-utils;
changes should ideally be contributed to that project, then pulled back
into this one with git subtree pull
.
Inspired by:
Copyright © 2018 Jeffery To [email protected]
Available under GNU General Public License version 3