Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 513 Bytes

mytbkeys

My shortcuts for thunderbird using tbkeys that generally try to add my Gmail habits, copy-paste into "main key bindings"

{
    "j": "cmd:cmd_nextMsg",
    "k": "cmd:cmd_previousMsg",
    "o": "cmd:cmd_openMessage",
    "f": "cmd:cmd_forward",
    "r": "cmd:cmd_reply",
    "a": "cmd:cmd_replyall",
    "x": "cmd:cmd_archive",
    "e": "cmd:cmd_archive",
    "c": "func:MsgNewMessage",
    "u": "tbkeys:closeMessageAndRefresh",
    "[": "cmd:cmd_archive"
}