Chording support for vim mode (#53)

* initial experimental success

* refined chording

* add default value

* refactor chording from switch to if

* revert change introduced when debugging

* remove unnecessary try

* added configuration option
This commit is contained in:
Visen 2024-10-22 11:59:06 -05:00 committed by GitHub
parent 2f3487fff0
commit b70da1918c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 0 deletions

View file

@ -8,6 +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,
enable_terminal_cursor: bool = false,
enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
highlight_current_line: bool = true,