feat(cursor): enable native tabs and setup keybindings

This commit is contained in:
2025-03-05 09:29:42 +00:00
parent d8d77c5f50
commit 55d6c9ccad
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",
//
// ===========================================================================