Skip to content

Instantly share code, notes, and snippets.

@nirnejak
Created May 29, 2023 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirnejak/fc97e58877544da456a2f8c1683ef47b to your computer and use it in GitHub Desktop.
Save nirnejak/fc97e58877544da456a2f8c1683ef47b to your computer and use it in GitHub Desktop.
[
{
"context": "Editor",
"bindings": {
"alt-up": "editor::MoveLineUp",
"alt-down": "editor::MoveLineDown",
"ctrl-cmd-up": "editor::SelectLargerSyntaxNode",
"ctrl-cmd-down": "editor::SelectSmallerSyntaxNode"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment