Merge branch 'master' into terminal
This commit is contained in:
commit
1937831df5
16 changed files with 655 additions and 88 deletions
|
|
@ -36,6 +36,7 @@ idle_actions: []const IdleAction = &default_actions,
|
|||
idle_commands: ?[]const []const u8 = null, // a list of simple commands
|
||||
enable_format_on_save: bool = false,
|
||||
restore_last_cursor_position: bool = true,
|
||||
restore_last_cursor_position_exclusions: []const []const u8 = &.{"COMMIT_EDITMSG"},
|
||||
follow_cursor_on_buffer_switch: bool = false, //scroll cursor into view on buffer switch
|
||||
default_cursor: CursorShape = .default,
|
||||
modes_can_change_cursor: bool = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue