Fix C-k keybind in pass-mode
This commit is contained in:
parent
863fa16bcc
commit
031deb7beb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
"k" #'pass-prev-entry
|
"k" #'pass-prev-entry
|
||||||
"d" #'pass-kill
|
"d" #'pass-kill
|
||||||
"\C-j" #'pass-next-directory
|
"\C-j" #'pass-next-directory
|
||||||
"\C-k" #'pass-next-directory))
|
"\C-k" #'pass-prev-directory))
|
||||||
|
|
||||||
|
|
||||||
;; Is built into Emacs 26+
|
;; Is built into Emacs 26+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue