Created
February 16, 2024 10:01
-
-
Save andrewlkho/76101142b10ebd0305037679cc1e4892 to your computer and use it in GitHub Desktop.
MailMate keybindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Mutt-like keybindings with my own preferences | |
"j" = "nextMessage:"; | |
"k" = "previousMessage:"; | |
"^a" = "selectFirstMessageRow:"; | |
"^e" = "selectLastMessageRow:"; | |
"m" = "newMessage:"; | |
"r" = "replySender:"; | |
"g" = "replyAll:"; | |
"f" = "forwardMessage:"; | |
"C" = "moveToMailbox:"; | |
"A" = ("markAsRead:", "archive:"); | |
"J" = ("markAsRead:", "moveToJunk:"); | |
"d" = ("markAsRead:", "deleteMessage:"); | |
"^u" = ("toggleReadState:", "nextMessage:"); | |
"c" = "goToMailbox:"; | |
"l" = "mailboxSearch:"; | |
} | |
// defaults write com.freron.MailMate MmReplyWroteString -string '${from.name:?${from.name} <${from.address}>:${from.address}} wrote [%Y-%m-%d %H:%M %Z]:' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment