Skip to content
New issue

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

% behavior broken in visual mode #216

Open
titouandk opened this issue Jul 1, 2022 · 0 comments
Open

% behavior broken in visual mode #216

titouandk opened this issue Jul 1, 2022 · 0 comments

Comments

@titouandk
Copy link

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 }
		]
	}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant