2019-04-23 14:12:26 -04:00
|
|
|
#+TITLE: ui/nav-flash
|
|
|
|
#+DATE: June 4, 2017
|
|
|
|
#+SINCE: v2.0
|
|
|
|
#+STARTUP: inlineimages
|
2017-06-04 16:45:14 +02:00
|
|
|
|
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.
|
2017-06-04 16:45:14 +02:00
|
|
|
|
|
|
|
#+begin_quote
|
2019-04-23 14:12:26 -04:00
|
|
|
Tremendously helpful on large, 1600p+ or 4K displays.
|
2017-06-04 16:45:14 +02:00
|
|
|
#+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.
|
2017-06-04 16:45:14 +02:00
|
|
|
|
2019-04-23 14:12:26 -04:00
|
|
|
* Configuration
|
|
|
|
By default, ~nav-flash~ will be triggered whenever ~recenter~ is called or an
|
2020-09-04 20:52:21 +02:00
|
|
|
entry is added to the jump-list (managed by better-jumper).
|
2017-06-04 16:45:14 +02:00
|
|
|
|
2019-04-23 14:12:26 -04:00
|
|
|
~recenter~ is called after many hooks and commands, such as:
|
2017-06-04 16:45:14 +02:00
|
|
|
|
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
|