config: cmd+f on macos start_search default

pull/9709/head
Mitchell Hashimoto 2025-11-25 12:11:40 -08:00
parent bc44b187d6
commit b084889782
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 8 additions and 0 deletions

View File

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