Merge branch 'master' into master

This commit is contained in:
Andrew Xie
2021-12-02 17:41:12 +11:00
committed by GitHub
9 changed files with 276 additions and 216 deletions

View File

@@ -124,10 +124,21 @@ position
Type: 'right' or 'left'
-----------------------------------------------------------------------------
relative_width
Whether the width of the window is relative to the current split or an
absolute width
Default: true ~
Type: boolean
-----------------------------------------------------------------------------
width
How big the window is (relative to the current split)
Width of the window as a percentage of the current split
(`relative_width `= true) or as number of columns (`relative_width `= false)
Default: 25 ~