updating mu4e config and keybinds
This commit is contained in:
parent
9f140d48d6
commit
2cf813d0f6
4 changed files with 22 additions and 8 deletions
19
bindings.el
19
bindings.el
|
@ -463,16 +463,27 @@
|
|||
"w" #'chezmoi-write)
|
||||
|
||||
(map!
|
||||
:map mu4e-main-mode-map
|
||||
:map '(mu4e-main-mode-map mu4e-compose-mode-map mu4e-headers-mode-map mu4e-view-mode-map)
|
||||
:localleader
|
||||
:desc "Compose" "c" #'compose-mail
|
||||
:desc "Search (consult)" "s" #'consult-mu)
|
||||
:desc "Search (consult)" "SPC" #'consult-mu
|
||||
:desc "Search (mu4e)" "f" #'mu4e-search
|
||||
: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)
|
||||
|
||||
(map!
|
||||
:map mu4e-headers-mode-map
|
||||
"v" #'mu4e-view-action
|
||||
:localleader
|
||||
:desc "View Action" "v" #'mu4e-view-action
|
||||
:desc "Sort Order" "s" #'mu4e-search-change-sorting)
|
||||
|
||||
(map!
|
||||
:map mu4e-compose-mode-map
|
||||
:localleader
|
||||
:desc "Send message and exit" "s" #'message-send-and-exit
|
||||
:desc "Update All" "s" #'mu4e-update-mail-and-index)
|
||||
:desc "Send message and exit" "s" #'message-send-and-exit)
|
||||
|
||||
(map!
|
||||
:map dired-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue