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:
parent
2f3487fff0
commit
b70da1918c
2 changed files with 50 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue