From 55c5f3e9fd4328c6fb9ee0276fc207d7538fbcae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 29 Feb 2020 11:17:01 +0530 Subject: [PATCH] ... --- docs/layouts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layouts.rst b/docs/layouts.rst index 3a53330d2..933db11ad 100644 --- a/docs/layouts.rst +++ b/docs/layouts.rst @@ -141,7 +141,7 @@ and you can move focus to neighboring windows using :kbd:`ctrl+arrow keys`. You can switch an existing split from horizontal to vertical and vice versa using :kbd:`F7`. Finally, windows can be resized using :ref:`window_resizing`. -This layout takes one option, ``split_axis`` that control if new windows +This layout takes one option, ``split_axis`` that controls whether new windows are placed into vertical or horizontal splits, by default:: enabled_layouts splits:split_axis=horizontal