feat: add fixed width option

closes #79
This commit is contained in:
James Trew
2021-11-22 20:21:15 -05:00
parent 552b67993e
commit 4f231b8781
4 changed files with 24 additions and 8 deletions

View File

@@ -123,10 +123,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 ~