Compare commits
No commits in common. "023b87184a2cc3098458c9c28422afc670cdd4a8" and "013f8f4adc3dcbbda3ebe9e8da660b01fd9ee63e" have entirely different histories.
023b87184a
...
013f8f4adc
2 changed files with 0 additions and 8 deletions
|
|
@ -34,7 +34,6 @@
|
|||
["alt+l", "toggle_panel"],
|
||||
["alt+i", "toggle_inputview"],
|
||||
["alt+x", "open_command_palette"],
|
||||
["alt+f3", "toggle_auto_find"],
|
||||
["f4", "toggle_input_mode"],
|
||||
["ctrl+f2", "insert_command_name"],
|
||||
["ctrl+k ctrl+s", "insert_command_name"],
|
||||
|
|
|
|||
|
|
@ -1064,13 +1064,6 @@ const cmds = struct {
|
|||
}
|
||||
pub const scroll_keybind_hints_meta: Meta = .{ .description = "Scroll keybind hints" };
|
||||
|
||||
pub fn toggle_auto_find(self: *Self, _: Ctx) Result {
|
||||
defer self.logger.print("auto find {s}", .{if (self.config_.enable_auto_find) "enabled" else "disabled"});
|
||||
self.config_.enable_auto_find = !self.config_.enable_auto_find;
|
||||
try save_config();
|
||||
}
|
||||
pub const toggle_auto_find_meta: Meta = .{ .description = "Toggle auto find mode" };
|
||||
|
||||
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