Let’s say I have code that looks like this:
echo hello world
Lets say that I highlight/select the hello world
part. How do I then put two cursors like this?
echo hello world
^ ^
That way all I have to do is i"<esc>
and I’ll end up with:
echo "hello world"
If I use <a-S>i"<esc>
then I’ll end up with almost what I want:
echo "hello worl"d
Edit: fixing typo
Edit: adding with <a-S>
doesn’t work for this