diff --git a/cursor/keybindings.json b/cursor/keybindings.json index e5061fa..6f88625 100644 --- a/cursor/keybindings.json +++ b/cursor/keybindings.json @@ -31,6 +31,35 @@ }, // // =========================================================================== + // MARK: Window tabs + // =========================================================================== + // + { + "key": "ctrl+z ctrl+n", + "command": "workbench.action.showNextWindowTab" + }, + { + "key": "ctrl+z ctrl+p", + "command": "workbench.action.showPreviousWindowTab" + }, + { + "key": "ctrl+z ctrl+c", + "command": "workbench.action.newWindowTab" + }, + { + "key": "ctrl+z ctrl+j", + "command": "workbench.action.mergeAllWindowTabs" + }, + { + "key": "ctrl+z ctrl+t", + "command": "workbench.action.moveWindowTabToNewWindow" + }, + { + "key": "ctrl+z ctrl+z", + "command": "workbench.action.toggleWindowTabsBar" + }, + // + // =========================================================================== // MARK: Save // =========================================================================== // diff --git a/cursor/settings.json b/cursor/settings.json index 6d829c1..d00c720 100644 --- a/cursor/settings.json +++ b/cursor/settings.json @@ -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", // // ===========================================================================