add vim/helix ~

This commit is contained in:
xdBronch 2024-10-12 01:06:20 -04:00 committed by CJ van den Berg
parent 7b9a4fd586
commit 9c448b14e5
4 changed files with 47 additions and 0 deletions

View file

@ -208,6 +208,7 @@ fn mapPress(self: *Self, keypress: u32, egc: u32, modifiers: u32) !void {
'o' => self.seq(.{ "smart_insert_line_before", "enter_mode" }, command.fmt(.{"vim/insert"})),
'`' => self.cmd("switch_case", .{}),
else => {},
},
0 => switch (keypress) {