diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-25 01:09:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-25 01:09:13 +0900 |
| commit | c6c19f6811af61c8adbeaf9a7bb32f9daa046804 (patch) | |
| tree | 62ccb4ed790b9e25b1bc54051e2f166707fac1b0 | |
| parent | dd86ab550768a37b58a52f7235d2c0c2223a03db (diff) | |
modified README.md
| -rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -115,25 +115,25 @@ The mutt-wizard runs via the command `mw`. Once setup is complete, you'll use To give you an example of the interface, here's an idea: -- <kbd>m</kbd> - send mail (uses your default `$EDITOR` to write) +- <kbd>a</kbd> to add address/person to abook and <kbd>Tab</kbd> while typing address to complete + one from abook. +- <kbd>gs</kbd>,<kbd>gi</kbd>,<kbd>ga</kbd>,<kbd>gd</kbd>,<kbd>gS</kbd> - Press <kbd>g</kbd> followed by another letter to change + mailbox: <kbd>s</kbd>ent, <kbd>i</kbd>nbox, <kbd>a</kbd>rchive, <kbd>d</kbd>rafts, <kbd>S</kbd>pam, etc. +- <kbd>h</kbd> - the opposite of <kbd>l</kbd> +- <kbd>i#</kbd> - Press <kbd>i</kbd> followed by a number 1-9 to go to a different account. If you + add 9 accounts via mutt-wizard, they will each be assigned a number. - <kbd>j</kbd>/<kbd>k</kbd> and <kbd>d</kbd>/<kbd>u</kbd> - vim-like bindings to go down and up (or <kbd>d</kbd>/<kbd>u</kbd> to go down/up a page). - <kbd>l</kbd> - open mail, or attachment page or attachment -- <kbd>h</kbd> - the opposite of <kbd>l</kbd> -- <kbd>r</kbd>/<kbd>R</kbd> - reply/reply all to highlighted mail -- <kbd>s</kbd> - save selected mail or selected attachment -- <kbd>gs</kbd>,<kbd>gi</kbd>,<kbd>ga</kbd>,<kbd>gd</kbd>,<kbd>gS</kbd> - Press <kbd>g</kbd> followed by another letter to change - mailbox: <kbd>s</kbd>ent, <kbd>i</kbd>nbox, <kbd>a</kbd>rchive, <kbd>d</kbd>rafts, <kbd>S</kbd>pam, etc. +- <kbd>m</kbd> - send mail (uses your default `$EDITOR` to write) - <kbd>M</kbd> and <kbd>C</kbd> - For <kbd>M</kbd>ove and <kbd>C</kbd>opy: follow them with one of the mailbox letters above, i.e. <kbd>MS</kbd> means "move to Spam". -- <kbd>i#</kbd> - Press <kbd>i</kbd> followed by a number 1-9 to go to a different account. If you - add 9 accounts via mutt-wizard, they will each be assigned a number. -- <kbd>a</kbd> to add address/person to abook and <kbd>Tab</kbd> while typing address to complete - one from abook. +- <kbd>p</kbd> - encrypt/sign your message (in compose view, before sending the email). +- <kbd>r</kbd>/<kbd>R</kbd> - reply/reply all to highlighted mail +- <kbd>s</kbd> - save selected mail or selected attachment - <kbd>?</kbd> - see all keyboard shortcuts - <kbd>ctrl-j</kbd>/<kbd>ctrl-k</kbd> - move up and down in sidebar, <kbd>ctrl-o</kbd> opens mailbox. - <kbd>ctrl-b</kbd> - open a menu to select a URL you want to open in your browser. -- <kbd>p</kbd> - encrypt/sign your message (in compose view, before sending the email). ## Additional functionality |
