mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Rebind rotate-text to ]r / [r
Because using ! shadows evil's default shell operator.
This commit is contained in:
@ -222,7 +222,8 @@
|
|||||||
:n "gQ" #'+format:region)
|
:n "gQ" #'+format:region)
|
||||||
|
|
||||||
(:when (featurep! :editor rotate-text)
|
(:when (featurep! :editor rotate-text)
|
||||||
:n "!" #'rotate-text)
|
:n "]r" #'rotate-text
|
||||||
|
:n "[r" #'rotate-text-backward)
|
||||||
|
|
||||||
(:when (featurep! :editor multiple-cursors)
|
(:when (featurep! :editor multiple-cursors)
|
||||||
;; evil-multiedit
|
;; evil-multiedit
|
||||||
|
Reference in New Issue
Block a user