mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
feat(cursor): enable native tabs and setup keybindings
This commit is contained in:
@@ -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
|
||||
// ===========================================================================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user