vscode-modal-editor
vscode-modal-editor copied to clipboard
Add `modalEditor.jumpToBracket`
Using editor.action.jumpToBracket for "m" "m" doesn't match Helix behavior when done in "v" mode. In this case, VSCode is matching the first bracket in the selection, not the bracket under cursor. This new command fixes that.