fix: default vim_insert_chording_keybindings option to false
This commit is contained in:
parent
40809835ae
commit
a0e7d2623f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ gutter_line_numbers_relative: bool = false,
|
|||
vim_normal_gutter_line_numbers_relative: bool = true,
|
||||
vim_visual_gutter_line_numbers_relative: bool = true,
|
||||
vim_insert_gutter_line_numbers_relative: bool = false,
|
||||
vim_insert_chording_keybindings: bool = true,
|
||||
vim_insert_chording_keybindings: bool = false,
|
||||
enable_terminal_cursor: bool = false,
|
||||
enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
|
||||
highlight_current_line: bool = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue