You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Those without complicated dependencies can all go in the commands package. I think basing our default set of commands on what VS Code provides out of the box, and providing the same keybindings, would be a good strategy.
From a quick glance at the VS Code config, I guess we could start with:
addCursorAbove / addCursorBelow
deleteLine
foldAll / unfoldAll (in the fold package)
expandSelection / shrinkSelection (select the next bigger / smaller syntax tree node around the selection --- would require tracking some kind of core selection)
Those without complicated dependencies can all go in the
commandspackage. I think basing our default set of commands on what VS Code provides out of the box, and providing the same keybindings, would be a good strategy.See also #101
From a quick glance at the VS Code config, I guess we could start with: