BREAKING CHANGE: If you are using the `hide-mode-line` package, use `mode-line-invisible-mode` instead. This mode was introduced in Emacs 31, but has been backported since it is so widely used in Doom (and so we can drop another core dependency). There is no replacement for `global-hide-mode-line`, however. You'll have to install `hide-mode-line` if you were using it. |
||
|---|---|---|
| .. | ||
| .doommodule | ||
| config.el | ||
| packages.el | ||
| README.org | ||
:ui minimap
Description unfold
This module displays a minimap of the buffer in a sidebar, similar to the feature found in many other editors.
Maintainers
This module has no dedicated maintainers. Become a maintainer?
Module flags
This module has no flags.
Packages
Hacks
No hacks documented for this module.
TODO Changelog
This module does not have a changelog yet.
Usage
Press SPC t m to toggle the minimap.
A minimap provides an overview of the current buffer to the side, displaying the currently visible region and the current line. You can left-click inside the minimap to create a region, or scroll to move the minimap up & down.
Configuration
There are a number of options provided by the demap.el package this module
is based on. The easiest way to see all of them is SPC h v demap.
Changing the side that the minimap window opens in
You can change the variable demap-minimap-window-side which controls the side of the frame the minimap window opens in, it supports these options:
rightleft
Changing the width of the minimap window
The demap-minimap-window-width variable controls the width of the minimap
window, by default it is set to 20.
Changing the name of the minimap buffer
The demap-minimap-default-name variable controls the name of the minimap buffer,
by default it is set to "**Minimap**".
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
Variables
- demap-minimap-change-major-mode-hook
- demap-minimap-default-name
- demap-minimap-window-width
- demap-minimap-window-side
- demap-minimap-kill-hook
- demap-minimap-construct-hook
- demap-minimap-window-set-hook
- demap-minimap-change-functions
- demap-minimap-window-sleep-hook
- demap-minimap-protected-variables
- demap-minimap-close-kill-minimap-p