Merge branch 'fix-resize-window-doc' of https://github.com/eepp/kitty

This commit is contained in:
Kovid Goyal 2018-12-20 05:50:37 +05:30
commit a97c440872
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -230,7 +230,7 @@ action, for example::
map ctrl+left resize_window narrower map ctrl+left resize_window narrower
map ctrl+right resize_window wider map ctrl+right resize_window wider
map ctrl+up resize_window taller 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 ``resize_window`` action has a second, optional argument to control
the resizing increment (a positive integer that defaults to 1). the resizing increment (a positive integer that defaults to 1).