Archives / Snippets / Projets

Tabulations

sudo apt-get install gedit-plugins

Greffons

Snippets !!!

Taille du texte

Open URI

http://askubuntu.com/questions/811913/how-to-open-a-link-in-browser-from-gedit

mkdir ~/Desktop/open_uri && cd ~/Desktop/open_uri
wget https://github.com/jpfleury/open-uri-context-menu/archive/master.zip
mkdir -pv ~/.local/share/gedit/plugins/
unzip -j master.zip 'open-uri-context-menu-master/open-uri*' -d ~/.local/share/gedit/plugins/

Indentation

sudo -H pip3 install editorconfig