Просмотр исходного кода

feat(app): open new tabs with mod+n (#37079)

Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
opencode-agent[bot] 1 месяц назад
Родитель
Сommit
ab7dfb1edc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/titlebar.tsx

+ 1 - 1
packages/app/src/components/titlebar.tsx

@@ -392,7 +392,7 @@ export function Titlebar(props: { update?: TitlebarUpdate }) {
                   id: "tab.new",
                   category: "tab",
                   title: language.t("command.session.new"),
-                  keybind: "mod+t",
+                  keybind: "mod+t,mod+n",
                   hidden: true,
                   onSelect: openNewTab,
                 },