feat: add basic reflow command and keybind (alt+q)
This commit is contained in:
parent
9fb9b45c4d
commit
6adc0b5887
5 changed files with 82 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ auto_run_commands: ?[]const []const u8 = &.{"save_session_quiet"}, // a list of
|
|||
indent_size: usize = 4,
|
||||
tab_width: usize = 8,
|
||||
indent_mode: IndentMode = .auto,
|
||||
reflow_width: usize = 80,
|
||||
|
||||
top_bar: []const u8 = "tabs",
|
||||
bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch linenumber clock spacer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue