Make the resize step size configurable

This commit is contained in:
Kovid Goyal
2018-05-17 16:48:35 +05:30
parent cddfe425e1
commit 190612d507
7 changed files with 32 additions and 11 deletions

View File

@@ -347,11 +347,12 @@ you want to enable/disable, see link:kitty/kitty.conf[kitty.conf] for examples.
You can resize windows inside layouts. Press {sc_start_resizing_window} to
enter resizing mode. Then use the `W/N` (Wider/Narrower) and `T/S`
(Taller/Shorter) keys to change the window size. Press the `0` key to rest the
layout to default sizes. Any other key will exit resize mode. In a given
window layout only some operations may be possible for a particular window. For
example, in the Tall layout you can make the first window wider/narrower, but
not taller/shorter. Note that what you are resizing is actually not a window,
but a row/column in the layout, all windows in that row/column will be resized.
layout to default sizes. Press the `Ctrl` modifier to double the step size. Any
other key will exit resize mode. In a given window layout only some operations
may be possible for a particular window. For example, in the Tall layout you
can make the first window wider/narrower, but not taller/shorter. Note that
what you are resizing is actually not a window, but a row/column in the layout,
all windows in that row/column will be resized.
Some layouts take options to control their behavior. For example, the `fat` and `tall`
layouts accept the `bias` option to control how the available space is split up. To specify the