Skip to content

uzielweb/gedit-control-your-tabs

 
 

Repository files navigation

Control Your Tabs, a plugin for gedit

Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and Ctrl+PageUp / Ctrl+PageDown
https://github.com/jefferyto/gedit-control-your-tabs
v0.3.1

All bug reports, feature requests and miscellaneous comments are welcome at the project issue tracker.

Requirements

v0.2.0 and higher requires gedit 3. The last version compatible with gedit 2 is v0.1.2.

Installation

  1. Download the source code (as zip or tar.gz) and extract.
  2. Copy the controlyourtabs folder 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 to controlyourtabs.plugin.
    • For gedit 3.8 and later, copy controlyourtabs.plugin.
  3. Restart gedit, then enable the plugin in the Plugins tab in gedit's Preferences window.

Usage

  • Ctrl+Tab / Ctrl+Shift+Tab - Switch tabs in most recently used order.
  • Ctrl+Page Up / Ctrl+Page Down - Switch tabs in tabbar order.

Preferences

In gedit 3.4 or later, the plugin supports these preferences:

  • Use tabbar order for Ctrl+Tab / Ctrl+Shift+Tab - Change Ctrl+Tab / Ctrl+Shift+Tab to switch tabs in tabbar order instead of most recently used order.

Development

The code in controlyourtabs/utils comes from python-gtk-utils; changes should ideally be contributed to that project, then pulled back into this one with git subtree pull.

Credits

Inspired by:

License

Copyright © 2010-2014, 2016-2017 Jeffery To jeffery.to@gmail.com

Available under GNU General Public License version 3

About

A gedit plugin to switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab (most recently used order or tabbar order) and Ctrl+PageUp / Ctrl+PageDown (tabbar order)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%