From ad8713192626c8e86a04e693f4b04458f0223419 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 10 Mar 2018 23:38:18 +0530 Subject: [PATCH] A bit of documentation for goto_layout --- README.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 11d1af38f..3a3870906 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -302,7 +302,9 @@ Currently, there are five layouts available, * Horizontal -- All windows are shown side-by-side * Vertical -- All windows are shown one below the other -You can switch between layouts using the {sc_next_layout} key combination. +You can switch between layouts using the {sc_next_layout} key combination. You can +also create shortcuts to select particular layouts, and choose which layouts +you want to enable/disable, see kitty.conf for examples. Writing a new layout only requires about fifty lines of code, so if there is some layout you want, take a look at link:kitty/layout.py[layout.py] and submit