fix: add down level ':' keybindings to vim and helix modes
This is for terminals that don't send modifiers at all.
This commit is contained in:
parent
271516f07f
commit
0abb21a400
4 changed files with 9 additions and 2 deletions
|
@ -720,6 +720,8 @@ const match_test_cases = .{
|
|||
.{ "<C-o>", "<C-o>", .matched },
|
||||
.{ "<S-'><S-->dd", "<S-'><S-->dd", .matched },
|
||||
.{ "<S-'><S-->dd", "<S-'><S-->da", .match_impossible },
|
||||
.{ ":", ":", .matched },
|
||||
.{ ":", ";", .match_impossible },
|
||||
};
|
||||
|
||||
test "match" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue