doomemacs/modules/ui/ophints
Henrik Lissner 07380af819
Add gy operator for yanking without indentation
Copies

   (a
    b
    c)

As

(a
 b
 c)
2019-10-10 16:11:41 -04:00
..
config.el Add gy operator for yanking without indentation 2019-10-10 16:11:41 -04:00
packages.el 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
README.org Replace :ui evil-goggles w/ :ui ophints 2019-04-19 17:26:26 -04:00

ui/ophints

Description

This module provides op-hints (operation hinting), i.e. visual feedback for certain operations. It highlights regions of text that the last operation (like yank) acted on.

Uses evil-goggles for evil users and volatile-highlights otherwise.

Module Flags

This module provides no flags.