Cleanup layouts patch

Fix bottom rect in horizontal layout not covering all windows. Fix pep8
issues. Add README and CHANGELOG entries.
This commit is contained in:
Kovid Goyal
2018-01-23 19:35:30 +05:30
parent a6a606ff3d
commit 9ad65f2e1d
3 changed files with 11 additions and 5 deletions

View File

@@ -265,8 +265,10 @@ hold down `ctrl+shift` and click on a URL to open it in a browser.
Currently, there are three layouts available,
* Stack -- Only a single maximized window is shown at a time
* Tall -- One window is shown full height on the left, the rest of the windows are shown one below the other on the right.
* Tall -- One window is shown full height on the left, the rest of the windows are shown one below the other on the right
* Grid -- All windows are shown in a grid
* 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.