mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;; evil-surround
|
||||||
:v "S" #'evil-surround-region
|
:v "S" #'evil-surround-region
|
||||||
:o "s" #'evil-surround-edit
|
:o "s" #'evil-surround-edit
|
||||||
:g "S" #'evil-Surround-edit)
|
:o "S" #'evil-Surround-edit)
|
||||||
|
|
||||||
(:when (featurep! :feature lookup)
|
(:when (featurep! :feature lookup)
|
||||||
:nv "K" #'+lookup/documentation
|
:nv "K" #'+lookup/documentation
|
||||||
|
Reference in New Issue
Block a user