Normalize :leader/:localleader keybinds

Evil states no longer apply to them. Also removes x-alt-keysym.
This commit is contained in:
Henrik Lissner 2018-12-23 23:54:27 -05:00
parent 9936532ea3
commit 3f195614d9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
34 changed files with 626 additions and 618 deletions

View file

@ -9,9 +9,9 @@
ansible::task-label-face 'font-lock-doc-face)
(map! :map ansible::key-map
:localleader
:n "d" #'ansible::decrypt-buffer
:n "e" #'ansible::encrypt-buffer
:n "h" #'ansible-doc))
:desc "Decrypt buffer" "d" #'ansible::decrypt-buffer
:desc "Encrypt buffer" "e" #'ansible::encrypt-buffer
:desc "Look up in Ansible docs" "h" #'ansible-doc))
(after! ansible-doc
(set-evil-initial-state! '(ansible-doc-module-mode) 'emacs))