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

johnfactotum/gedit-restore-minimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

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'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

See also

About

Restore minimap in gedit 3.36

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages