-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hello,
The %
command to navigate between opposite brackets seems to be broken in VISUAL
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:
[
{ "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 }
]
}
]
Metadata
Metadata
Assignees
Labels
No labels