Fix #1056: S key in insert/emacs state

A keybind intended for operator mode was bound globally.
This commit is contained in:
Henrik Lissner 2018-12-22 16:40:46 -05:00
parent a124497f4e
commit fc24c3bff2
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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