Skip to content

Commit

Permalink
Merge pull request #332 from kasecato/#237/remove_moveEditorGroup
Browse files Browse the repository at this point in the history
Improved #237 that Viewed file should be remembered
  • Loading branch information
kasecato authored Mar 3, 2024
2 parents 44ef267 + 358370e commit 7645937
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -889,10 +889,16 @@
"command": "workbench.action.quickOpenNavigatePreviousInRecentFilesPicker",
"when": "inQuickOpen"
},
{
"key": "ctrl+alt+[ArrowLeft]",
"mac": "cmd+alt+[ArrowLeft]",
"command": "-workbench.action.moveEditorToPreviousGroup"
},
{
"key": "ctrl+alt+[ArrowLeft]",
"mac": "cmd+alt+[ArrowLeft]",
"command": "workbench.action.navigateBack",
"when": "canNavigateBack",
"intellij": "Navigate back"
},
{
Expand All @@ -904,18 +910,26 @@
"key": "",
"mac": "cmd+[",
"command": "workbench.action.navigateBack",
"when": "canNavigateBack",
"intellij": "Navigate back"
},
{
"key": "ctrl+alt+[ArrowRight]",
"mac": "cmd+alt+[ArrowRight]",
"command": "-workbench.action.moveEditorToNextGroup"
},
{
"key": "ctrl+alt+[ArrowRight]",
"mac": "cmd+alt+[ArrowRight]",
"command": "workbench.action.navigateForward",
"when": "canNavigateForward",
"intellij": "Navigate forward"
},
{
"key": "",
"mac": "cmd+]",
"command": "workbench.action.navigateForward",
"when": "canNavigateForward",
"intellij": "Navigate forward"
},
{
Expand Down
14 changes: 14 additions & 0 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,10 +1155,16 @@
"command": "workbench.action.quickOpenNavigatePreviousInRecentFilesPicker",
"when": "inQuickOpen"
},
{
"key": "ctrl+alt+[ArrowLeft]",
"mac": "cmd+alt+[ArrowLeft]",
"command": "-workbench.action.moveEditorToPreviousGroup"
},
{
"key": "ctrl+alt+[ArrowLeft]",
"mac": "cmd+alt+[ArrowLeft]",
"command": "workbench.action.navigateBack",
"when": "canNavigateBack",
"intellij": "Navigate back"
},
{
Expand All @@ -1170,18 +1176,26 @@
"key": "",
"mac": "cmd+[",
"command": "workbench.action.navigateBack",
"when": "canNavigateBack",
"intellij": "Navigate back"
},
{
"key": "ctrl+alt+[ArrowRight]",
"mac": "cmd+alt+[ArrowRight]",
"command": "-workbench.action.moveEditorToNextGroup"
},
{
"key": "ctrl+alt+[ArrowRight]",
"mac": "cmd+alt+[ArrowRight]",
"command": "workbench.action.navigateForward",
"when": "canNavigateForward",
"intellij": "Navigate forward"
},
{
"key": "",
"mac": "cmd+]",
"command": "workbench.action.navigateForward",
"when": "canNavigateForward",
"intellij": "Navigate forward"
},
{
Expand Down

0 comments on commit 7645937

Please sign in to comment.