Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom Sunset Migration #2

Open
mmore500 opened this issue Oct 29, 2023 · 0 comments
Open

Atom Sunset Migration #2

mmore500 opened this issue Oct 29, 2023 · 0 comments

Comments

@mmore500
Copy link

For those migrating to VS Code after atom's sunset 馃樋, the following keybindings provide equivalent behavior to atom-simple-panes.

  {
    "key": "ctrl+k right",
    "command": "workbench.action.moveEditorToRightGroup"
  },
  {
    "key": "ctrl+k left",
    "command": "workbench.action.moveEditorToLeftGroup",
  },
  {
    "key": "ctrl+k up",
    "command": "workbench.action.moveEditorToAboveGroup"
  },
  {
    "key": "ctrl+k down",
    "command": "workbench.action.moveEditorToBelowGroup"
  }

Thanks @/joslarson for the great tool all these years!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant