mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
thunderbird: add README.md
This commit is contained in:
parent
3140b55f6d
commit
9cf8977931
1 changed files with 34 additions and 0 deletions
34
thunderbird/README.md
Normal file
34
thunderbird/README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
# Thunderbird
|
||||||
|
|
||||||
|
- Place userChrome.css in `/home/[user]/.thunderbird/[random letters and numbers].default/chrome/`.
|
||||||
|
- Set Thunderbird Start Page to `file:///home/odd/dotfiles/thunderbird/newTab.html`.
|
||||||
|
- Set tbkeys-lite bindings.
|
||||||
|
|
||||||
|
## tbkeys-lite Bindings
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"j": "cmd:cmd_nextMsg",
|
||||||
|
"k": "cmd:cmd_previousMsg",
|
||||||
|
"shift+k": "unset",
|
||||||
|
"o": "cmd:cmd_openMessage",
|
||||||
|
"f": "cmd:cmd_forward",
|
||||||
|
"#": "cmd:cmd_delete",
|
||||||
|
"r": "cmd:cmd_reply",
|
||||||
|
"R": "cmd:cmd_replyall",
|
||||||
|
"a": "cmd:cmd_archive",
|
||||||
|
"c": "func:MsgNewMessage",
|
||||||
|
"u": "tbkeys:closeMessageAndRefresh",
|
||||||
|
"q": "cmd:cmd_goStartPage",
|
||||||
|
"b": "unset",
|
||||||
|
"m": "cmd:cmd_markAsUnread",
|
||||||
|
"shift+m": "cmd:cmd_markAsRead",
|
||||||
|
"p": "unset",
|
||||||
|
"s": "unset",
|
||||||
|
"t": "unset",
|
||||||
|
"w": "unset",
|
||||||
|
"x": "unset",
|
||||||
|
"]": "unset",
|
||||||
|
"[": "unset"
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue