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
README.org

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.