Fix bugs spotted by new unit test

This commit is contained in:
Oliver Blanthorn 2023-06-01 19:48:32 +02:00
parent 465194258b
commit ebd6b56c2c
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -129,7 +129,7 @@ export class default_config {
"<C-[>": "ex.hide_and_clear", "<C-[>": "ex.hide_and_clear",
"<ArrowUp>": "ex.prev_history", "<ArrowUp>": "ex.prev_history",
"<ArrowDown>": "ex.next_history", "<ArrowDown>": "ex.next_history",
"<S-Del>": "ex.execute_ex_on_completion_args tabclose", "<S-Delete>": "ex.execute_ex_on_completion_args tabclose",
"<A-b>": "text.backward_word", "<A-b>": "text.backward_word",
"<A-f>": "text.forward_word", "<A-f>": "text.forward_word",
@ -423,7 +423,7 @@ export class default_config {
browsermaps = { browsermaps = {
"<C-,>": "escapehatch", "<C-,>": "escapehatch",
"<C-6>": "tab #", "<C-6>": "tab #",
"<CS-6>": "tab #", // "<CS-6>": "tab #", // banned by e2e tests
} }
/** /**