VSCodeVim/Vim

Implement Select Mode similar to Sublime Text Vintageous package

Open

#2235 opened on Dec 18, 2017

View on GitHub
 (0 comments) (7 reactions) (0 assignees)TypeScript (12,664 stars) (1,271 forks)batch import
help wantedkind/feature

Description

  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST

Environment:

  • VSCode Version: 1.19.0
  • VsCodeVim Version: 0.10.6
  • OS: Ubuntu 17.10

I know this is pretty opinionated feature request but it would be awesome if VSCodeVIm could provide Select Mode similar to Sublime Vintageous.

I've come from Sublime and this is the feature I've used a lot and am really missing in Code's Vim. How it works: after enabling Select Mode via gh you can use different keys to effectively navigate selections (e.g add cursor for a match with j or skip current selection with k). Though seeing it in action is worth a thousand words; it's really handy and powerful synergy of Vim and multi-cursor mode.

Contributor guide