emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 58790a5266: * lisp/dired.el (dired-jump-map): Bind also "j" to di


From: Stefan Kangas
Subject: master 58790a5266: * lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump.
Date: Fri, 8 Jul 2022 10:14:43 -0400 (EDT)

branch: master
commit 58790a5266c60a935e6f6f1c3bda7c8fc7b72a6d
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump.
---
 lisp/dired.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/dired.el b/lisp/dired.el
index 3eff218728..48dffa0e36 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -4807,6 +4807,7 @@ Interactively with prefix argument, read FILE-NAME."
 
 (defvar-keymap dired-jump-map
   :doc "Keymap to repeat `dired-jump'.  Used in `repeat-mode'."
+  "j"   #'dired-jump
   "C-j" #'dired-jump)
 (put 'dired-jump 'repeat-map 'dired-jump-map)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]