summaryrefslogtreecommitdiff
path: root/evil-pass.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-11-23 15:42:09 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-11-23 15:42:09 +0100
commitd3b4c7e36a9d79aa9df3e8f266528744c8a4ec58 (patch)
tree2319f591d81b8ad68a6a36ddc31fc8bd262bf098 /evil-pass.el
parent4328c6f793f125138cd28b629507afe9f20ea5ef (diff)
pass: Use kbd
Diffstat (limited to 'evil-pass.el')
-rw-r--r--evil-pass.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-pass.el b/evil-pass.el
index 1ec4814..c82c6d9 100644
--- a/evil-pass.el
+++ b/evil-pass.el
@@ -41,8 +41,8 @@
"y" #'pass-copy
"j" #'pass-next-entry
"k" #'pass-prev-entry
- "\C-j" #'pass-next-directory
- "\C-k" #'pass-prev-directory
+ (kbd "C-j") #'pass-next-directory
+ (kbd "C-k") #'pass-prev-directory
"x" #'pass-kill
"s" #'isearch-forward
"?" #'describe-mode