Skip to content

Commit ab7dfb1

Browse files
feat(app): open new tabs with mod+n (anomalyco#37079)
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
1 parent 05c3e40 commit ab7dfb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/titlebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export function Titlebar(props: { update?: TitlebarUpdate }) {
392392
id: "tab.new",
393393
category: "tab",
394394
title: language.t("command.session.new"),
395-
keybind: "mod+t",
395+
keybind: "mod+t,mod+n",
396396
hidden: true,
397397
onSelect: openNewTab,
398398
},

0 commit comments

Comments
 (0)