config: cmd+f on macos start_search default

This commit is contained in:
Mitchell Hashimoto
2025-11-25 12:11:40 -08:00
parent bc44b187d6
commit b084889782

View File

@@ -6403,6 +6403,14 @@ pub const Keybinds = struct {
.{ .jump_to_prompt = 1 },
);
// Search
try self.set.putFlags(
alloc,
.{ .key = .{ .unicode = 'f' }, .mods = .{ .super = true } },
.start_search,
.{ .performable = true },
);
// Inspector, matching Chromium
try self.set.put(
alloc,