summaryrefslogtreecommitdiff
path: root/modes/bookmark
diff options
context:
space:
mode:
authorcondy <condy0919@gmail.com>2020-10-20 23:01:03 +0800
committerPierre Neidhardt <mail@ambrevar.xyz>2020-10-21 15:33:18 +0000
commit3b6d03346453c3de01c26b49bcc9ec940273f3a3 (patch)
treef051f395314e57fa56c9b16e7bd3d29f005e9601 /modes/bookmark
parent2a5785d053bcda605a1974c5a061a030eca9b39d (diff)
bookmark: {mark,unmark}-all
Diffstat (limited to 'modes/bookmark')
-rw-r--r--modes/bookmark/evil-collection-bookmark.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modes/bookmark/evil-collection-bookmark.el b/modes/bookmark/evil-collection-bookmark.el
index 0256553..6a9178e 100644
--- a/modes/bookmark/evil-collection-bookmark.el
+++ b/modes/bookmark/evil-collection-bookmark.el
@@ -63,13 +63,16 @@
;; mark
"u" 'bookmark-bmenu-unmark
+ "U" 'bookmark-bmenu-unmark-all
"m" 'bookmark-bmenu-mark
+ "M" 'bookmark-bmenu-mark-all
;; open
"o" 'bookmark-bmenu-select
"O" 'bookmark-bmenu-other-window
"go" 'bookmark-bmenu-other-window
"gO" 'bookmark-bmenu-switch-other-window
+ (kbd "DEL") 'bookmark-bmenu-backup-unmark
(kbd "RET") 'bookmark-bmenu-this-window
(kbd "S-<return>") 'bookmark-bmenu-other-window
(kbd "M-<return>") 'bookmark-bmenu-switch-other-window))