bookmark-map
bookmark-map is a variable defined in `
bookmark.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Keymap containing bindings to bookmark functions.
It is not bound to any key by default: to bind it
so that you have a bookmark prefix, just use `global-set-key' and bind a
key of your choice to `bookmark-map'. All interactive bookmark
functions have a binding in this keymap.
Value:
(keymap
(115 . bookmark-save)
(119 . bookmark-write)
(108 . bookmark-load)
(100 . bookmark-delete)
(114 . bookmark-rename)
(102 . bookmark-insert-location)
(101 . edit-bookmarks)
(105 . bookmark-insert)
(111 . bookmark-jump-other-window)
(103 . bookmark-jump)
(106 . bookmark-jump)
(109 . bookmark-set)
(120 . bookmark-set))