mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Bind "J" to bookmark-jump in bookmark-bmenu-mode
* lisp/bookmark.el (bookmark-bmenu-mode-map): Bind "J" to bookmark-jump.
This commit is contained in:
parent
7f0a252f21
commit
bdfeb45bfc
@ -1857,6 +1857,7 @@ unique numeric suffixes \"<2>\", \"<3>\", etc."
|
||||
"a" #'bookmark-bmenu-show-annotation
|
||||
"A" #'bookmark-bmenu-show-all-annotations
|
||||
"e" #'bookmark-bmenu-edit-annotation
|
||||
"J" #'bookmark-jump
|
||||
"/" #'bookmark-bmenu-search
|
||||
"<mouse-2>" #'bookmark-bmenu-other-window-with-mouse)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user