diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:08:07 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:08:07 -0400 |
| commit | 51e010037575710aeadd6905e00239a8357582ae (patch) | |
| tree | 8883bbf2c33767202e2d2c935869bdeea30bb9e7 /.larbs/getkeys/mutt | |
| parent | 199b9e5d630955f9d3db851484f81d4cd7a3f08e (diff) | |
| download | eibhear-51e010037575710aeadd6905e00239a8357582ae.tar.gz eibhear-51e010037575710aeadd6905e00239a8357582ae.tar.zst eibhear-51e010037575710aeadd6905e00239a8357582ae.zip | |
getkeys script/system added
Diffstat (limited to '.larbs/getkeys/mutt')
| -rw-r--r-- | .larbs/getkeys/mutt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.larbs/getkeys/mutt b/.larbs/getkeys/mutt new file mode 100644 index 0000000..41069ff --- /dev/null +++ b/.larbs/getkeys/mutt @@ -0,0 +1,34 @@ + _ _ + _ __ ___ _ _| |_| |_ +| '_ ` _ \| | | | __| __| +| | | | | | |_| | |_| |_ +|_| |_| |_|\__,_|\__|\__| + +mutt is the email client. + j/k - Move down/up + d/u - Move down/up half page + gg - Move to top + v - View/download attachments + G - Move to last message + r - Reply + R - Reply all + S - Sync/save mailbox changes + D - Mark message for deletion + U - Unmark message for deletion + ctrl-u - Seek urls + ,, - Seek urls + ctrl-f - Search mail indexed with notmuch + ctrl-r - Mark all as read + l - Limit mail + o - Run quick sync with offlineimap + O - Run full sync with offlineimap + C - Copy a message to another mailbox + M - Move a message to another mailbox + B - Hide/reveal sidebar + ctrl-j/k - Move down/up on sidebar + ctrl-o - Open box selected in sidebar + gi - Go to inbox + gs - Go to sent mail + gd - Go to drafts + gS - Go to spam + i# - Go to a different account (# is the number of the account) |
