feat: enable open-links-in-app by default (#460)

This commit is contained in:
Jinjing
2026-04-10 20:27:33 -07:00
committed by GitHub
parent dad6713553
commit a666ecb347
+1 -1
View File
@@ -101,7 +101,7 @@ export function getDefaultSettings(homedir: string): GlobalSettings {
// focus-follows-mouse never happens unexpectedly.
terminalFocusFollowsMouse: false,
terminalScrollbackBytes: 10_000_000,
openLinksInApp: false,
openLinksInApp: true,
rightSidebarOpenByDefault: true,
notifications: getDefaultNotificationSettings(),
diffDefaultView: 'inline',