feat: add scrollbar_auto_hide config option
This commit is contained in:
parent
8f873ae3ee
commit
9bebebc086
2 changed files with 4 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ top_bar: []const u8 = "tabs",
|
|||
bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch linenumber clock spacer",
|
||||
show_scrollbars: bool = true,
|
||||
show_fileicons: bool = true,
|
||||
scrollbar_auto_hide: bool = false,
|
||||
|
||||
start_debugger_on_crash: bool = false,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue