wbolster / evil-swap-keys

intelligently swap keys in emacs evil-mode
20 stars 2 forks source link

Prevent swap keys to work on minibuffer #7

Open alienbogart opened 5 years ago

alienbogart commented 5 years ago

Runtime Environment

Use-package declaration

(use-package evil-swap-keys
  :after evil
  :ensure t)

Issue

evil-swap-keys-swap-double-single-quotes also swap quotes on the minibuffer. Would it be possible to prevent this behavior?

wbolster commented 5 years ago

this package tries to be smart when using the minibuffer, and will make some behaviour depend on the actual command used.

if this is annoying, i think i could add a defcustom to disable all swaps in the minibuffer relatively easily. let me know whether this would help you.