add vim/helix ~
This commit is contained in:
parent
7b9a4fd586
commit
9c448b14e5
4 changed files with 47 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue