doomemacs/modules/ui/nav-flash/README.org

38 lines
973 B
Org Mode
Raw Normal View History

2019-04-23 14:12:26 -04:00
#+TITLE: ui/nav-flash
#+DATE: June 4, 2017
#+SINCE: v2.0
#+STARTUP: inlineimages
2019-04-23 14:12:26 -04:00
* Table of Contents :TOC:
- [[#description][Description]]
- [[#plugins][Plugins]]
- [[#prerequisites][Prerequisites]]
- [[#configuration][Configuration]]
* Description
This module flashes the line around the cursor after any significant motion, to
make it easy to follow after big operations.
#+begin_quote
2019-04-23 14:12:26 -04:00
Tremendously helpful on large, 1600p+ or 4K displays.
#+end_quote
2019-04-23 14:12:26 -04:00
** Plugins
+ [[https://github.com/rolandwalker/nav-flash][nav-flash]]
2017-08-21 20:07:07 +02:00
2019-04-23 14:12:26 -04:00
* Prerequisites
This module has no dependencies.
2019-04-23 14:12:26 -04:00
* Configuration
By default, ~nav-flash~ will be triggered whenever ~recenter~ is called or an
entry is added to the jump-list (maanaged by better-jumper).
2019-04-23 14:12:26 -04:00
~recenter~ is called after many hooks and commands, such as:
2019-04-23 14:12:26 -04:00
+ better-jumper-post-jump-hook
+ rtags-after-find-file-hook
+ org-follow-link-hook
+ imenu-after-jump-hook
+ counsel-grep-post-action-hook
+ dumb-jump-after-jump-hook