|
Revision 4745:233524ae54e3, 0.6 kB
(checked in by Alain Bench <veronatif@…>, 2 years ago)
|
|
Clean up a number of examples in the documentation.
|
| Line | |
|---|
| 1 | # From: Tom Gilbert <gilbertt@tomgilbert.freeserve.co.uk> |
|---|
| 2 | # To: mutt-users@mutt.org |
|---|
| 3 | # Subject: Re: Lynx-like movements |
|---|
| 4 | # Date: Sat, 4 Sep 1999 21:09:00 +0000 |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | # |
|---|
| 8 | # These key bindings may be nice for notorious lynx or tin users. |
|---|
| 9 | # |
|---|
| 10 | |
|---|
| 11 | bind pager <up> previous-line |
|---|
| 12 | bind pager <down> next-line |
|---|
| 13 | bind pager <left> exit |
|---|
| 14 | bind pager <right> view-attachments |
|---|
| 15 | bind attach <left> exit |
|---|
| 16 | bind attach <right> view-attach |
|---|
| 17 | bind index <right> display-message |
|---|
| 18 | macro index <left> "<change-folder>?" |
|---|
| 19 | bind browser <right> select-entry |
|---|
| 20 | macro browser <left> "<exit><change-folder>!<Enter>" |
|---|
| 21 | |
|---|