Compare commits
No commits in common. "3c233a8dbff1c8eb23b4a2cc1bb67d3672ee8412" and "a76c1f490954bb1290ef99b00da4fcfc17db1e12" have entirely different histories.
3c233a8dbf
...
a76c1f4909
2 changed files with 0 additions and 6 deletions
|
@ -10,7 +10,6 @@
|
||||||
["ctrl+w", "quit"],
|
["ctrl+w", "quit"],
|
||||||
["ctrl+o", "open_file"],
|
["ctrl+o", "open_file"],
|
||||||
["ctrl+e", "open_recent"],
|
["ctrl+e", "open_recent"],
|
||||||
["ctrl+shift+f5", "reload_file"],
|
|
||||||
["ctrl+k ctrl+t", "change_theme"],
|
["ctrl+k ctrl+t", "change_theme"],
|
||||||
["ctrl+shift+p", "open_command_palette"],
|
["ctrl+shift+p", "open_command_palette"],
|
||||||
["ctrl+shift+q", "quit_without_saving"],
|
["ctrl+shift+q", "quit_without_saving"],
|
||||||
|
|
|
@ -46,11 +46,6 @@ const cmds_ = struct {
|
||||||
}
|
}
|
||||||
pub const @"wq!_meta": Meta = .{ .description = "wq! (write file and quit without saving)" };
|
pub const @"wq!_meta": Meta = .{ .description = "wq! (write file and quit without saving)" };
|
||||||
|
|
||||||
pub fn @"e!"(_: *void, _: Ctx) Result {
|
|
||||||
try cmd("reload_file", .{});
|
|
||||||
}
|
|
||||||
pub const @"e!_meta": Meta = .{ .description = "e! (force reload current file)" };
|
|
||||||
|
|
||||||
pub fn move_begin_or_add_integer_argument_zero(_: *void, _: Ctx) Result {
|
pub fn move_begin_or_add_integer_argument_zero(_: *void, _: Ctx) Result {
|
||||||
return if (@import("keybind").current_integer_argument()) |_|
|
return if (@import("keybind").current_integer_argument()) |_|
|
||||||
command.executeName("add_integer_argument_digit", command.fmt(.{0}))
|
command.executeName("add_integer_argument_digit", command.fmt(.{0}))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue