1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-22 07:06:37 +02:00

bookmark: {mark,unmark}-all

This commit is contained in:
condy 2020-10-20 23:01:03 +08:00 committed by Pierre Neidhardt
parent 2a5785d053
commit 3b6d033464

View File

@ -63,13 +63,16 @@
;; mark ;; mark
"u" 'bookmark-bmenu-unmark "u" 'bookmark-bmenu-unmark
"U" 'bookmark-bmenu-unmark-all
"m" 'bookmark-bmenu-mark "m" 'bookmark-bmenu-mark
"M" 'bookmark-bmenu-mark-all
;; open ;; open
"o" 'bookmark-bmenu-select "o" 'bookmark-bmenu-select
"O" 'bookmark-bmenu-other-window "O" 'bookmark-bmenu-other-window
"go" 'bookmark-bmenu-other-window "go" 'bookmark-bmenu-other-window
"gO" 'bookmark-bmenu-switch-other-window "gO" 'bookmark-bmenu-switch-other-window
(kbd "DEL") 'bookmark-bmenu-backup-unmark
(kbd "RET") 'bookmark-bmenu-this-window (kbd "RET") 'bookmark-bmenu-this-window
(kbd "S-<return>") 'bookmark-bmenu-other-window (kbd "S-<return>") 'bookmark-bmenu-other-window
(kbd "M-<return>") 'bookmark-bmenu-switch-other-window)) (kbd "M-<return>") 'bookmark-bmenu-switch-other-window))