feat: add scroll_keybind_hints command
This commit is contained in:
parent
a296471161
commit
3012fdcd90
3 changed files with 20 additions and 1 deletions
|
|
@ -1057,6 +1057,11 @@ const cmds = struct {
|
|||
}
|
||||
pub const toggle_keybind_hints_meta: Meta = .{ .description = "Toggle keybind hints" };
|
||||
|
||||
pub fn scroll_keybind_hints(_: *Self, _: Ctx) Result {
|
||||
@import("keyhints.zig").scroll();
|
||||
}
|
||||
pub const scroll_keybind_hints_meta: Meta = .{ .description = "Scroll keybind hints" };
|
||||
|
||||
pub fn force_color_scheme(self: *Self, ctx: Ctx) Result {
|
||||
self.force_color_scheme(if (try ctx.args.match(.{"dark"}))
|
||||
.dark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue