summaryrefslogtreecommitdiff
path: root/evil-collection-epa.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-collection-epa.el')
-rw-r--r--evil-collection-epa.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/evil-collection-epa.el b/evil-collection-epa.el
index 2567df9..ac6a243 100644
--- a/evil-collection-epa.el
+++ b/evil-collection-epa.el
@@ -34,8 +34,6 @@
(defun evil-collection-epa-setup ()
(evil-define-key 'normal epa-key-list-mode-map
(kbd "<tab>") 'widget-forward
- "m" 'epa-mark-key
- "u" 'epa-unmark-key
"gr" 'revert-buffer
"q" 'epa-exit-buffer
"E" 'epa-decrypt-file
@@ -44,6 +42,10 @@
"ZQ" 'evil-quit
"V" 'epa-verify-file
+ ;; mark
+ "m" 'epa-mark-key
+ "u" 'epa-unmark-key
+
;; Unchanged keybindings.
"s" 'epa-sign-file
"e" 'epa-encrypt-file