Consider the goal of deleting the double brackets around a wikilink. It can be accomplished with di[v2a[p
in other vim implementations. The scope of this bug is the command v2a[
. It behaves likes va[
. v2a[
only selects up to 1 bracket.
Steps To Reproduce
- Create new test vault
- Enable vim key bindings in settings. Enable with command to quit :q!
- in an empty note enter the text
[[note]]
(using insert mode, i) - ensure in vim normal mode with esc
- put cursor inside brackets
- type
v2a[
Did you follow the troubleshooting guide? [Y]
Expected Result
All characters selected in visual mode.
[[note]]
Current Result
Selects only the inside set of bracket and characters in between.
[[note]]
Environment
SYSTEM INFO:
Obsidian version: v1.8.9
Installer version: v1.8.4
Operating system: Windows 11 Pro 10.0.26100
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none