How do you highlight the current line using Vim VS Code?
This functionality would be awesome. Anyone know if this configuration is possible in Vim VS Code? http://vi
Shiftv toggles visual line, not sure if you've discovered that yet or not.
It's worth pointing out that in Vim, you don't need to highlight to act on or manipulate the current line (as I see you're trying to do in your comment to another answer). In fact, it's often better/faster not to. For example:
If you find yourself in visual mode a lot, that can be a sign that you haven't yet become comfortable with text object motions and text object selection.