File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,16 +83,16 @@ show_nicklist = true
8383
8484When ` show_nicklist ` is enabled, controls how the vertical space is split between the buffer list and the nicklist.
8585
86- - ` false ` : buffer list shrinks; nicklist takes the remaining space.
8786- ` true ` : buffer list and nicklist use proportional space controlled by ` buflist_space ` and ` nicklist_space ` .
87+ - ` false ` : buffer list shrinks; nicklist takes the remaining space.
8888
8989``` toml
9090# Type: bool
9191# Values: true, false
92- # Default: false
92+ # Default: true
9393
9494[sidebar ]
95- split = true
95+ split = false
9696```
9797
9898### buflist_space
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ impl Default for Sidebar {
3939 unread_indicator : UnreadIndicator :: default ( ) ,
4040 position : Position :: default ( ) ,
4141 show_nicklist : false ,
42- split : false ,
42+ split : true ,
4343 buflist_space : 2 ,
4444 nicklist_space : 1 ,
4545 order_by : OrderBy :: default ( ) ,
You can’t perform that action at this time.
0 commit comments