feat(cursor): enable native tabs and setup keybindings

This commit is contained in:
2025-03-05 09:29:42 +00:00
parent 016e1652de
commit c40b69edaf
2 changed files with 31 additions and 1 deletions

View File

@@ -23,7 +23,8 @@
//
"window.commandCenter": true,
"window.customTitleBarVisibility": "auto",
"window.nativeFullScreen": false,
"window.nativeFullScreen": false, // Does not work when nativeTabs are enabled.
"window.nativeTabs": true,
"workbench.activityBar.location": "top",
//
// ===========================================================================