diff options
author | inwit <inwit@sindominio.net> | 2023-09-28 21:23:19 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-10-13 00:32:22 +0200 |
commit | 0d5443b36e4cf3f74b8334b4734ded7176c026be (patch) | |
tree | d3e33312c45a785f80b950cfebcbdc3f03a73df5 /doc | |
parent | 14baf17f4bd47377403c5d965c1fe294d2ec6ef0 (diff) | |
download | aerc-0d5443b36e4cf3f74b8334b4734ded7176c026be.tar.gz |
split: add an alias for horizontal split
To date, there are two orthogonal commands named :vsplit and :split,
which create a vertical and a horizontal split, respectively. Add a
:hsplit alias for the latter.
Signed-Off-By: inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 4456e0e9..d981e014 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -462,15 +462,16 @@ message list, the message in the message viewer, etc). Selects the _<n>_\th message in the message list (and scrolls it into view if necessary). +*:hsplit* [[_+_|_-_]_<n>_] *:split* [[_+_|_-_]_<n>_] Creates a horizontal split, showing _<n>_ messages and a message view below the message list. If a _+_ or _-_ is prepended, the message list size will grow or shrink accordingly. The split can be cleared by - calling *:split* _0_, or just *:split*. The split can be toggled by - calling split with the same (absolute) size repeatedly. For example, - *:split* _10_ will create a split. Calling *:split* _10_ again will - remove the split. If not specified, _<n>_ is set to an estimation based - on the user's terminal. Also see *:vsplit*. + calling *:[h]split* _0_, or just *:[h]split*. The split can be toggled + by calling split with the same (absolute) size repeatedly. For example, + *:[h]split* _10_ will create a split. Calling *:[h]split* _10_ again + will remove the split. If not specified, _<n>_ is set to an estimation + based on the user's terminal. Also see *:vsplit*. *:sort* [[*-r*] _<criterion>_]... Sorts the message list by the given criteria. *-r* sorts the |