Vim
Vim copied to clipboard
[CURSOR] Select inside tags also selects opening tag's ">" character
Describe the bug The goal is to select content inside of html tags in CURSOR IDE.
The key combo I am using is "v" + "i" + "t".
To Reproduce
- create opening and closing div tag and put some content in it.
- Try to use the following key combo "v" + "i" + "t"
- It select everything inside of the tags but also the ">" sign of the opening html tag.
Expected behavior Select content ONLY inside tags.
Screenshots
- Extension (VsCodeVim) version: 1.29.0
- Cursor version: 0.48.7
- OS: macOS, 14.6.1
Additional context Any tips on how to solve this would be very much appreciated.