feat: add enable_prefix_keyhints option

This commit is contained in:
CJ van den Berg 2025-12-02 16:20:35 +01:00
parent 3dfb93fbd2
commit 0136c8b49c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@ default_cursor: CursorShape = .default,
modes_can_change_cursor: bool = true,
enable_auto_save: bool = false,
limit_auto_save_file_types: ?[]const []const u8 = null, // null means *all*
enable_prefix_keyhints: bool = true,
indent_size: usize = 4,
tab_width: usize = 8,