diff options
| author | Youmu <condy0919@gmail.com> | 2020-05-09 05:23:33 +0800 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2020-05-16 19:40:01 +0200 |
| commit | 3f3b2fea87172f155e5f91d75f0fb69d8648acf2 (patch) | |
| tree | f8f61ce32a643fb851d67278a7d65747d89c4224 /evil-vars.el | |
| parent | d243eae8649272799ec3864fde14c1164f036940 (diff) | |
Update evil-maps.el
`g C-g` to count words
Diffstat (limited to 'evil-vars.el')
| -rw-r--r-- | evil-vars.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/evil-vars.el b/evil-vars.el index 15a4576..07f478b 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -534,6 +534,11 @@ ubiquity of prefix arguments." 'evil-window-map)) (define-key evil-insert-state-map (kbd "C-w") 'evil-delete-backward-word)))))) +(defcustom evil-want-C-g-bindings nil + "Whether `C-g' postfix can be used in bindings." + :type 'boolean + :group 'evil) + (defcustom evil-want-C-w-in-emacs-state nil "Whether `C-w' prefixes windows commands in Emacs state." :type 'boolean |
