Rebind rotate-text to ]r / [r
Because using ! shadows evil's default shell operator.
This commit is contained in:
parent
fd6984f2e7
commit
e408c04548
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@
|
|||
:n "gQ" #'+format:region)
|
||||
|
||||
(:when (featurep! :editor rotate-text)
|
||||
:n "!" #'rotate-text)
|
||||
:n "]r" #'rotate-text
|
||||
:n "[r" #'rotate-text-backward)
|
||||
|
||||
(:when (featurep! :editor multiple-cursors)
|
||||
;; evil-multiedit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue