feat: auto save session every two minutes

This commit is contained in:
CJ van den Berg 2025-12-06 22:03:52 +01:00
parent b87a58accc
commit 8b17eb9817
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -33,8 +33,8 @@ limit_auto_save_file_types: ?[]const []const u8 = null, // null means *all*
enable_prefix_keyhints: bool = true, enable_prefix_keyhints: bool = true,
enable_auto_find: bool = true, enable_auto_find: bool = true,
auto_run_time_seconds: usize = 360, //seconds auto_run_time_seconds: usize = 120, //seconds
auto_run_commands: ?[]const []const u8 = null, // a list of simple commands auto_run_commands: ?[]const []const u8 = &.{"save_session_quiet"}, // a list of simple commands
indent_size: usize = 4, indent_size: usize = 4,
tab_width: usize = 8, tab_width: usize = 8,