doomemacs/modules/ui/nav-flash
Henrik Lissner 9fa447a83b
Remove SPC DEL binding
Instead, 'ga' (or calling `what-cursor-position`) will trigger
nav-flash, to serve as the "where's my cursor" command from now on.

Closes #1883
2019-10-30 22:09:52 -04:00
..
autoload.el ui/nav-flash: don't trigger on mouse click 2019-10-29 18:19:02 -04:00
config.el Remove SPC DEL binding 2019-10-30 22:09:52 -04:00
packages.el Move nav-flash from ui/doom to ui/nav-flash (#92) 2017-06-04 18:28:17 +02:00
README.org ui/nav-flash: update README 2019-04-24 18:16:05 -04:00

ui/nav-flash

Table of Contents   TOC

Description

This module flashes the line around the cursor after any significant motion, to make it easy to follow after big operations.

Tremendously helpful on large, 1600p+ or 4K displays.

Plugins

Prerequisites

This module has no dependencies.

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).

recenter is called after many hooks and commands, such as:

  • 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