We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
The % command to navigate between opposite brackets seems to be broken in VISUAL mode.
%
VISUAL
Here is the current behavior in Sublime Text 4, compared to the expected behavior (VS Code):
Here is the JSON to paste into your editor to reproduce the bug:
[ { "keys": ["ctrl+super+alt+l"], "command": "insert", "args": {"characters": "["}, "context": [ { "key": "setting.command_mode", "operator": "equal", "operand": false }, { "key": "panel_visible", "operator": "equal", "operand": true } ] } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
The
%
command to navigate between opposite brackets seems to be broken inVISUAL
mode.Current behavior VS expected behavior
Here is the current behavior in Sublime Text 4, compared to the expected behavior (VS Code):
visual-percent.mp4
Test case
Here is the JSON to paste into your editor to reproduce the bug:
The text was updated successfully, but these errors were encountered: