Variable: bookmark-bmenu-mode-map
bookmark-bmenu-mode-map is a variable defined in bookmark.el.gz.
Value
Large value
- negative-argument
/ bookmark-bmenu-search
0 digit-argument
1 bookmark-bmenu-1-window
1 digit-argument
2 bookmark-bmenu-2-window
2 digit-argument
3 digit-argument
4 digit-argument
5 bookmark-bmenu-other-frame
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
< beginning-of-buffer
<follow-link> mouse-face
<keymap> C-M-i backward-button
<keymap> TAB forward-button
<mouse-2> bookmark-bmenu-other-window-with-mouse
<mouse-2> mouse-select-window
> end-of-buffer
? describe-mode
A bookmark-bmenu-show-all-annotations
C-c C-c bookmark-bmenu-this-window
C-d bookmark-bmenu-delete-backwards
C-o bookmark-bmenu-switch-other-window
C-x C-s bookmark-bmenu-save
D bookmark-bmenu-delete-all
DEL bookmark-bmenu-backup-unmark
DEL scroll-down-command
J bookmark-jump
M bookmark-bmenu-mark-all
M-<left> tabulated-list-previous-column
M-<right> tabulated-list-next-column
R bookmark-bmenu-relocate
RET bookmark-bmenu-this-window
S tabulated-list-sort
S-SPC previous-line
S-SPC scroll-down-command
SPC next-line
SPC scroll-up-command
SPC..~ undefined
U bookmark-bmenu-unmark-all
a bookmark-bmenu-show-annotation
d bookmark-bmenu-delete
e bookmark-bmenu-edit-annotation
f bookmark-bmenu-this-window
g revert-buffer
h describe-mode
j bookmark-bmenu-this-window
k bookmark-bmenu-delete
l bookmark-bmenu-load
m bookmark-bmenu-mark
n next-line
o bookmark-bmenu-other-window
p previous-line
q quit-window
r bookmark-bmenu-rename
s bookmark-bmenu-save
t bookmark-bmenu-toggle-filenames(var)/bookmark-bmenu-toggle-filenames(fun)
u bookmark-bmenu-unmark
v bookmark-bmenu-select
w bookmark-bmenu-locate
x bookmark-bmenu-execute-deletions
{ tabulated-list-narrow-current-column
} tabulated-list-widen-current-column
Documentation
Keymap for bookmark-bmenu-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defvar-keymap bookmark-bmenu-mode-map
:doc "Keymap for `bookmark-bmenu-mode'."
:parent tabulated-list-mode-map
"v" #'bookmark-bmenu-select
"w" #'bookmark-bmenu-locate
"5" #'bookmark-bmenu-other-frame
"2" #'bookmark-bmenu-2-window
"1" #'bookmark-bmenu-1-window
"j" #'bookmark-bmenu-this-window
"C-c C-c" #'bookmark-bmenu-this-window
"f" #'bookmark-bmenu-this-window
"C-m" #'bookmark-bmenu-this-window
"o" #'bookmark-bmenu-other-window
"C-o" #'bookmark-bmenu-switch-other-window
"s" #'bookmark-bmenu-save
"C-x C-s" #'bookmark-bmenu-save
"k" #'bookmark-bmenu-delete
"C-d" #'bookmark-bmenu-delete-backwards
"x" #'bookmark-bmenu-execute-deletions
"d" #'bookmark-bmenu-delete
"D" #'bookmark-bmenu-delete-all
"S-SPC" #'previous-line
"SPC" #'next-line
"DEL" #'bookmark-bmenu-backup-unmark
"u" #'bookmark-bmenu-unmark
"U" #'bookmark-bmenu-unmark-all
"m" #'bookmark-bmenu-mark
"M" #'bookmark-bmenu-mark-all
"l" #'bookmark-bmenu-load
"r" #'bookmark-bmenu-rename
"R" #'bookmark-bmenu-relocate
"t" #'bookmark-bmenu-toggle-filenames
"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)