branch: externals/embark
commit f2f13b0426f04873d1d5d2410c3003a40a6d06ec
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Move embark-dired-jump to j
---
 embark.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/embark.el b/embark.el
index bbc27ce6c1..75e26147c6 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

Reply via email to