A simple plugin that adds bracket matching
####Unix/Linux
- Simplest: Move
gedit-bracket-matching.plugin
andgedit-bracket-matching.py
into~/.local/share/gedit/plugins
- More convenient:
cd ~/.local/share/gedit/plugins
git clone https://github.com/frank-hanner/gedit-bracket-matching
Then
- In Gedit, go to Edit → Preferences → Plugins to enable the plugin.
Ctrl-M
Jump to matching bracket. Supports ({[]})