mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue