Skip to content

GEdit Alternar Abas e Fechar – Plugin

Estava cansado de utilizar comandos diferentes do que sou acustumado no meu GEdit resolvi fazer um plugin para os atalhos que sou acustumado funcionarem

Os atalhos que inclui foram:
CTRL + TAB = Mudar de aba para direita
CTRL + SHIFT + TAB = Mudar de aba para a esquerda
CTRL + T = Nova aba
CTRL + F4 = Fecha aba

Então para ter as opções de CTRL + TAB no seu GEdit 2 e essas outras você deve incluir o Plugin no seguinte diretorio caso você deseje que o mesmo funcione para todos os usuários:

/usr/lib/gedit-2/plugins/

Caso você deseje que o mesmo afete somente o seu usuário inclua em:

~/.gnome2/gedit/plugins/.

Caso você utilize o GEdit 3 o caminho para adicionar o Plugin para todos os usuários é:

/usr/lib/gedit/plugins/

Caso você deseje somente para o seu usuário inclua em:

~/.local/share/gedit/plugins/

Para habilitar o mesmo selecione a caixa de seleção em:

Editar - Preferencias - Plugins - GEdit Tab Switcher and Closer

Download GEdit2 - Tab Switcher and Closer
Download GEdit3 - Tab Switcher and Closer

GEdit Tab Switcher and Closer - Plugin

Matheus

Referencias:
https://live.gnome.org/Gedit/PythonPluginHowTo
https://live.gnome.org/Gedit/PythonPluginHowToOld

Published inLinuxpython

2 Comments

  1. Arsen.Shnurkov Arsen.Shnurkov

    I tried this plugin in GEdit 3.4.1 (it is default version in Ubuntu 12.04 LTS), Ctrl-Tab and Shift-Ctrl-Tab work as expected, but Ctrl-F4 doesn't close the current tab.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.