Vim icon indicating copy to clipboard operation
Vim copied to clipboard

[CURSOR] Select inside tags also selects opening tag's ">" character

Open 0xCodeMaieutics opened this issue 7 months ago • 0 comments

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

  1. create opening and closing div tag and put some content in it.
  2. Try to use the following key combo "v" + "i" + "t"
  3. It select everything inside of the tags but also the ">" sign of the opening html tag.

Expected behavior Select content ONLY inside tags.

Screenshots

Image
  • 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.

0xCodeMaieutics avatar Apr 05 '25 09:04 0xCodeMaieutics