mistakes in config.toml fixed, needs more fixes before the real implementation
This commit is contained in:
@@ -49,11 +49,11 @@ move_line_start = ["0"]
|
||||
move_line_end = ["$"]
|
||||
move_first_line = ["gg"]
|
||||
move_last_line = ["x"]
|
||||
highlight_mode = [v]
|
||||
highlight_mode_full_line = [ctrl+v]
|
||||
highlight_mode = ["v"]
|
||||
# highlight_mode_full_line = ["ctrl+v"]
|
||||
|
||||
[keybindings.highlight]
|
||||
exit_highlight_mode = [esc]
|
||||
exit_highlight_mode = ["esc"]
|
||||
|
||||
[keybindings.edit]
|
||||
exit_edit_mode = ["esc","ctrl+e"]
|
||||
|
||||
Reference in New Issue
Block a user