Fix resize_window documentation example

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
This commit is contained in:
Philippe Proulx 2018-12-19 11:34:15 -05:00
parent 2367fad90b
commit aaa609109e

View File

@ -230,7 +230,7 @@ action, for example::
map ctrl+left resize_window narrower
map ctrl+right resize_window wider
map ctrl+up resize_window taller
map shift+down move_window shorter 3
map ctrl+down resize_window shorter 3
The ``resize_window`` action has a second, optional argument to control
the resizing increment (a positive integer that defaults to 1).