Skip to content

Instantly share code, notes, and snippets.

@mattpolito
Created August 15, 2011 15:23
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 mattpolito/1146988 to your computer and use it in GitHub Desktop.
Save mattpolito/1146988 to your computer and use it in GitHub Desktop.
keymando Mail.app setup
only "Mail" do
nmap "c", "<Cmd-n>" # New message
nmap "j", "<Down>" # Down
nmap "k", "<Up>" # Up
nmap "e", "<Shift-Cmd-e>" # Archive
nmap "<Shift-3>", "<Cmd-Backspace>" # Delete
nmap "s", "<Shift-Cmd-l>" # Star
nmap "r", "<Cmd-r>" # Reply
nmap "a", "<Shift-Cmd-r>" # Reply all
nmap "f", "<Shift-Cmd-f>" # Forward
nmap "z", "<Cmd-z>" # Undo
nmap "U", "<Shift-Cmd-u>" # Mark as unread
nmap "<Cmd-Enter>", "<Shift-Cmd-d>" # Send message
nmap "!", "Shift-Cmd-j>" # Mark as junk
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment