fix(vim): Remove 'jk' keybinding again and make select_line_vim work on multiple cursors
This commit is contained in:
parent
69e1513441
commit
1b016774c7
2 changed files with 5 additions and 6 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue