Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

johnfactotum/gedit-restore-minimap

Repository files navigation

Restore Minimap (gedit plugin)

Screenshot

Features

  • Minimap (overview map) was removed in gedit 3.36
  • This plugin allows you to have minimap

Installation

mkdir -p ~/.local/share/gedit/plugins/
cd ~/.local/share/gedit/plugins/
git clone https://github.com/johnfactotum/gedit-restore-minimap.git restore-minimap

To use Gnome Builder's block font, which makes the minimap looks so much better that I wonder why they haven't bundled the font with gtksourceview itself, copy BuilderBlocks.ttf to ~/.local/share/fonts.

Configuration

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)

Known Issues

  • It breaks when an info bar is displayed
  • It'd be nice if the minimap can use Gnome Builder's block font without having to install it, but I couldn't figure out how
  • There's currently no way to configure the minimap except editing the source code

See also

About

Restore minimap in gedit 3.36

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages