]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump.
authorStefan Kangas <stefan@marxist.se>
Fri, 8 Jul 2022 14:13:56 +0000 (16:13 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 8 Jul 2022 14:14:17 +0000 (16:14 +0200)
lisp/dired.el

index 3eff218728470d66abdb0453c312a3447e163407..48dffa0e364bc80cd9fd41a710f2c3221cbda9e4 100644 (file)
@@ -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)