Skip to content

Instantly share code, notes, and snippets.

@mineo
Created July 19, 2010 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mineo/481193 to your computer and use it in GitHub Desktop.
Save mineo/481193 to your computer and use it in GitHub Desktop.
["<Return>", "i"] : Inspect (focus) message
["I"] : Open the message in new tab
["<Space>"] : Scroll message or select next unread one
["t"] : Select thread
["d", "<Del>"] : Move mail to Trash folder
["j", "<Right>"] : Select next message
["gj"] : Select next message, including closed threads
["J", "<Tab>"] : Select next unread message
["k", "<Left>"] : Select previous message
["gk"] : Select previous message
["K"] : Select previous unread message
["*"] : Select next message from the same sender
["#"] : Select previous message from the same sender
["m"] : Compose a new message
["M"] : Compose a new message to the sender of selected mail
["r"] : Reply to sender
["R"] : Reply to all
["f"] : Forward message
["F"] : Forward message inline
["<Down>"] : Scroll message down
["<Up>"] : Scroll message up
["<Left>"] : Select previous message
["<Right>"] : Select next message
["u"] : Undo
["<C-r>"] : Redo
["gm"] : Get new messages
["gM"] : Get new messages for current account only
["c"] : Change folders
["s"] : Move selected messages
["S"] : Copy selected messages
["<C-s>"] : Archive message
["]s"] : Select next starred message
["[s"] : Select previous starred message
["]a"] : Select next message with an attachment
["[a"] : Select previous message with an attachment
["gi"] : Go to inbox
["<C-n>"] : Select next folder
["<C-N>"] : Go to next mailbox with unread messages
["<C-p>"] : Select previous folder
["<C-P>"] : Go to previous mailbox with unread messages
["za"] : Toggle thread collapsed/expanded
["zc"] : Collapse thread
["zo"] : Open thread
["zr", "zR"] : Expand all threads
["zm", "zM"] : Collapse all threads
["<C-i>"] : Go forward
["<C-o>"] : Go back
["gg"] : Select first message
["G"] : Select last message
["T"] : Mark current folder as read
["<C-t>"] : Mark all messages as read
["h"] : Toggle displayed headers
["x"] : Toggle HTML message display
["Y"] : Yank subject
["y"] : Yank sender or feed URL
["p"] : Open RSS message in browser
["l"] : Label message
"r": Read
"s": Flagged
"i": Important
"w": Work
"p": Personal
"t": TODO
"l": Later
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment