|
|
|
|
|
by icc97
2902 days ago
|
|
Well if nothing else Vim is very nice for modifying text strings. So for example I might be writing some markdown for a Stack Overflow answer / GitHub issue, if I can quickly open a tab in my browser format all the text nicely - e.g. indenting all the code 4 spaces in for SO and then yank and paste it back into SO. You don't ever need to leave the context of the browser and you get some added text formatting properties. It's probably not a huge benefit, but in the same way you can often SSH into somewhere open up Vim make a change and then leave, I can see it being a nice 'clipboard' for my web text. It's not a lot different just to switching to Vim running on your desktop, but I often keep Vim in a separate virtual desktop. I could then also potentially optimise by browser Vim for formatting Markdown / JSON. It also shows some of the lovely flexibility of Vim. |
|