Vintage icon indicating copy to clipboard operation
Vintage copied to clipboard

% behavior broken in visual mode

Open titouandk opened this issue 3 years ago • 0 comments

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):

https://user-images.githubusercontent.com/5413308/176919974-69fd535c-43dc-4500-875e-607e5d338452.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 }
		]
	}
]

titouandk avatar Jul 01 '22 15:07 titouandk