revised bookmark binds, adding mu4e maildir browser

This commit is contained in:
Matt Nish-Lapidus 2024-06-30 15:25:28 -04:00
parent 8776cb585d
commit e705bceec0
3 changed files with 17 additions and 9 deletions

View file

@ -41,7 +41,12 @@
:desc "Search project" "/" #'+default/search-project
:desc "Find file in project" "SPC" #'projectile-find-file
:desc "Jump to bookmark" "RET" #'bookmark-jump
(:prefix-map ("RET" . "Bookmarks")
:desc "Jump to Bookmarks in Project" "SPC" #'bookmark-in-project-jump
:desc "All Bookmarks / New Bookmark" "RET" #'bookmark-jump
:desc "New bookmark" "m" #'bookmark-set
:desc "Delete bookmark" "d" #'bookmark-delete)
(:prefix-map ("w" . "window")
:desc "ace-window" "w" #'ace-window
@ -68,8 +73,6 @@
:desc "ibuffer" "i" #'ibuffer
:desc "Kill buffer" "k" #'kill-current-buffer
:desc "Kill all buffers" "K" #'doom/kill-all-buffers
:desc "Set bookmark" "m" #'bookmark-set
:desc "Delete bookmark" "M" #'bookmark-delete
:desc "Next buffer" "n" #'next-buffer
:desc "New empty buffer" "N" #'+default/new-buffer
:desc "Kill other buffers" "O" #'doom/kill-other-buffers
@ -384,7 +387,6 @@
"s-w" #'kill-buffer
"s-f" #'+default/search-buffer
"s-g" #'vertico-repeat
"C-M-s-b" #'bookmark-set
"M-s-<up>" #'next-window-any-frame
"M-s-<down>" #'previous-window-any-frame
"s-<up>" #'beginning-of-buffer
@ -471,7 +473,8 @@
:desc "Update All" "u" #'mu4e-update-mail-and-index
:desc "Bookmarks" "b" #'mu4e-search-bookmark
:desc "Jump to Maildir" "j" #'mu4e-search-maildir
:desc "Switch Context" ";" #'mu4e-context-switch)
:desc "Switch Context" ";" #'mu4e-context-switch
:desc "Toggle Overview" "o" #'mu4e-overview)
(map!
:map mu4e-headers-mode-map
@ -569,8 +572,7 @@
"." #'meow-bounds-of-thing
"/" #'bookmark-in-project-jump
"?" #'bookmark-jump
"\\" #'bookmark-set
"|" #'bookmark-delete
"÷" #'bookmark-delete
"#" #'string-inflection-all-cycle
"'" #'repeat
"=" #'meow--eval-sexp