From: Stefan Kangas Date: Fri, 8 Jul 2022 14:13:56 +0000 (+0200) Subject: * lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump. X-Git-Tag: emacs-29.0.90~1447^2~1093 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58790a5266c60a935e6f6f1c3bda7c8fc7b72a6d;p=emacs.git * lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump. --- diff --git a/lisp/dired.el b/lisp/dired.el index 3eff2187284..48dffa0e364 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)