mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #1056: S key in insert/emacs state
A keybind intended for operator mode was bound globally.
This commit is contained in:
@ -185,7 +185,7 @@
|
||||
;; evil-surround
|
||||
:v "S" #'evil-surround-region
|
||||
:o "s" #'evil-surround-edit
|
||||
:g "S" #'evil-Surround-edit)
|
||||
:o "S" #'evil-Surround-edit)
|
||||
|
||||
(:when (featurep! :feature lookup)
|
||||
:nv "K" #'+lookup/documentation
|
||||
|
Reference in New Issue
Block a user