Created
August 15, 2011 15:23
-
-
Save mattpolito/1146988 to your computer and use it in GitHub Desktop.
Revisions
-
mattpolito created this gist
Aug 15, 2011 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ 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