fix(vim): Remove 'jk' keybinding again and make select_line_vim work on multiple cursors

This commit is contained in:
lulvz 2025-02-13 13:38:04 +00:00
parent 69e1513441
commit 1b016774c7
2 changed files with 5 additions and 6 deletions

View file

@ -176,7 +176,6 @@
"line_numbers": "absolute",
"cursor": "beam",
"press": [
["jk", "enter_mode", "normal"],
["<Esc>", ["move_left_vim"], ["enter_mode", "normal"]],
["<Del>", "delete_forward"],
["<BS>", "delete_backward"],