- Minimap (overview map) was removed in gedit 3.36
- This plugin allows you to have minimap
mkdir -p ~/.local/share/gedit/plugins/
cd ~/.local/share/gedit/plugins/
git clone https://github.com/johnfactotum/gedit-restore-minimap.git restore-minimap
You can display the minimap on the left by deleting line 15 in restore_minimap.py
:
# move the minimap to the right
self.tab.set_direction(Gtk.TextDirection.RTL)
- It'd be nice if the minimap can use Gnome Builder's block font, but I couldn't figure out how
- There's currently no way to configure the minimap except editing the source code
- Restore Overlay Scrolling - plugin for restoring overlay scrolling, which was also removed in gedit 3.36
- Restore Zen - plugin for restoring zen mode, which was also removed in gedit 3.36
- "Minimap and overlay scrolling disappeared in 3.36" (discussion of the issue on gedit's issue tracker)