Silverquark / dance

Make your cursors dance with Helix-like modal editing in VS Code.
https://marketplace.visualstudio.com/items?itemName=silverquark.dancehelix
ISC License
111 stars 12 forks source link

Performing an action in select mode doesn't return you to normal mode #10

Open tjmgregory opened 1 year ago

tjmgregory commented 1 year ago

What happens now

  1. I enter select mode with v
  2. I highlight some text
  3. I delete it with d
  4. I remain in select mode

What should happen

  1. I enter select mode with v
  2. I highlight some text
  3. I delete it with d
  4. I am automatically in visual mode