Skip to content

Instantly share code, notes, and snippets.

@andrewlkho
Created February 16, 2024 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewlkho/76101142b10ebd0305037679cc1e4892 to your computer and use it in GitHub Desktop.
Save andrewlkho/76101142b10ebd0305037679cc1e4892 to your computer and use it in GitHub Desktop.
MailMate keybindings
{
// 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