Browse Source

doc fix

pull/276/head
Roland Puntaier 5 years ago
parent
commit
131529f3ce
2 changed files with 16 additions and 15 deletions
  1. +3
    -2
      README.md
  2. +13
    -13
      mw.1

+ 3
- 2
README.md View File

@@ -78,10 +78,11 @@ If you get errors in `neomutt`, install the most recent version manually or manu
To give you an example of the interface, here's an idea:

- `m` - send mail (uses your default `$EDITOR` to write)
- `j`/`k` and `ctrl-d`/`ctrl-u` - vim-like bindings to go down and up
- `j`/`k` - next/previous mail, `J/K` same, without skipping deleted, and also when viewing mails
- `ctrl-d/f`/`ctrl-u/b` - down and up a half page / full page
- `l` - open mail, or attachment page or attachment
- `h` - the opposite of `l`
- `D` - delete mail
- `dd` - delete mail, `u` undelete
- `r`/`gr` - reply/reply all to highlighted mail
- `s` - save selected mail or selected attachment
- `ixy` - Press `i` followed by the two initial mailbox letters to go there


+ 13
- 13
mw.1 View File

@@ -128,24 +128,24 @@ mutt-wizard's default settings add color to messages in the index and color mail
New mail, in addition to being marked by the typical N, will also be bold.
.TP
.B Movement with h/j/k/l
Use vim keys to move down
Use vim-like keys to go down with
.I j
or up
or up with
.I k
in mail, while
in index and open mail.
.I J
and
.I K.
do not skip deleted mails and go to next/previous mail, when in open mail.
.I l
opens mail, then the attachment view, then an attachment, while
.I h
is the reverse.
While mail is open, go to next or previous mail with
.I J
and
.I K.
In the mail index,
.I ctrl-d
.I ctrl-d/f
and
.I ctrl-u
go down and up by a half page and
.I ctrl-u/b
go down and up by a half / full page and
.I gg
and
.I G
@@ -164,10 +164,10 @@ limits mail, showing only those with the given sequence in the subject while
shows all mail (same as limiting to "all").
.TP
.B Deleting mail
.I D
.I dd
deletes mail, while
.I U
undeletes it (type in mail number to get to deleted mail). Note that
.I u
undeletes it.
.I $
saves your mailbox, finalizing deletion. If you have a
.I Trash


Loading…
Cancel
Save