feat: add basic reflow command and keybind (alt+q)

This commit is contained in:
CJ van den Berg 2026-01-31 22:07:18 +01:00
parent 9fb9b45c4d
commit 6adc0b5887
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 82 additions and 0 deletions

View file

@ -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",