Add gy operator for yanking without indentation

Copies

   (a
    b
    c)

As

(a
 b
 c)
This commit is contained in:
Henrik Lissner 2019-10-10 12:32:33 -04:00
parent 9e3974d2f3
commit 07380af819
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 19 additions and 0 deletions

View file

@ -109,6 +109,7 @@
:nv "g@" #'+evil:apply-macro
:nv "gc" #'evil-commentary
:nv "gx" #'evil-exchange
:nv "gy" #'+evil:yank-unindented
:n "g=" #'evil-numbers/inc-at-pt
:n "g-" #'evil-numbers/dec-at-pt
:v "g=" #'evil-numbers/inc-at-pt-incremental