Switch between tab groups using Ctrl+<key above Tab>
https://github.com/jefferyto/gedit-tab-group-salute
0.3.1-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:
- A request from Control Your Tabs
Copyright © 2018 Jeffery To [email protected]
Available under GNU General Public License version 2 or later
-
Control Your Tabs
Switch between document tabs using Ctrl+Tab and other common keyboard shortcuts -
Ex-Mortis
Reopen closed windows and optionally restore windows between sessions -
Python Console
Interactive Python console standing in the bottom panel