resize set: accept 'width' and 'height' keywords

Fixes #3275
This commit is contained in:
Orestis Floros
2018-05-02 18:59:17 +03:00
parent b901fc9464
commit c50bf50f09
5 changed files with 49 additions and 2 deletions

View File

@ -2320,7 +2320,9 @@ If you want to resize containers/windows using your keyboard, you can use the
*Syntax*:
-------------------------------------------------------
resize grow|shrink <direction> [<px> px [or <ppt> ppt]]
resize set <width> [px | ppt] <height> [px | ppt]
resize set [width] <width> [px | ppt]
resize set height <height> [px | ppt]
resize set [width] <width> [px | ppt] [height] <height> [px | ppt]
-------------------------------------------------------
Direction can either be one of +up+, +down+, +left+ or +right+. Or you can be