summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-06-20 16:47:52 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2025-06-20 16:47:52 +0200
commitf2f13b0426f04873d1d5d2410c3003a40a6d06ec (patch)
tree739ad795771c8d418b55651bb5dbb56ecb6674f8
parent8d8a0228886f8930dda725b3ba6d149a331a2b77 (diff)
Move embark-dired-jump to j
-rw-r--r--embark.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/embark.el b/embark.el
index bbc27ce..75e2614 100644
--- a/embark.el
+++ b/embark.el
@@ -4294,7 +4294,7 @@ This simply calls RUN with the REST of its arguments inside
"!" #'shell-command
"&" #'async-shell-command
"x" #'embark-open-externally
- "/" #'embark-dired-jump
+ "j" #'embark-dired-jump
"$" #'eshell
"<" #'insert-file
"m" #'chmod
@@ -4340,7 +4340,7 @@ This simply calls RUN with the REST of its arguments inside
"L" #'locate-library
"m" #'info-display-manual
"x" #'embark-open-externally
- "/" #'embark-dired-jump
+ "j" #'embark-dired-jump
"$" #'eshell)
(defvar-keymap embark-buffer-map
@@ -4357,7 +4357,7 @@ This simply calls RUN with the REST of its arguments inside
"|" #'embark-shell-command-on-buffer
"<" #'insert-buffer
"x" #'embark-open-externally
- "/" #'embark-dired-jump
+ "j" #'embark-dired-jump
"$" #'eshell)
(defvar-keymap embark-tab-map
@@ -4504,19 +4504,19 @@ This simply calls RUN with the REST of its arguments inside
:doc "Keymap for Embark bookmark actions."
:parent embark-general-map
"RET" #'bookmark-jump
+ "b" #'bookmark-jump
"s" #'bookmark-set
"d" #'bookmark-delete
"r" #'bookmark-rename
"R" #'bookmark-relocate
"l" #'bookmark-locate
"<" #'bookmark-insert
- "j" #'bookmark-jump
"o" #'bookmark-jump-other-window
"f" #'bookmark-jump-other-frame
"a" 'bookmark-show-annotation
"e" 'bookmark-edit-annotation
"x" #'embark-open-externally
- "/" #'embark-dired-jump
+ "j" #'embark-dired-jump
"$" #'eshell)
(defvar-keymap embark-unicode-name-map