DEV Community

Discussion on: Efficiency in the Editor: How I overcame my fear of Vim

Collapse
 
_sinharakshit_ profile image
Rakshit Sinha ⚡

Great article! I 100% empathize with how you feel. I started using Vim on VSCode ~2.5 months back and I'm never turning back.
Quick question - in your conclusion you mentioned that you used Vim to write this article. Did you write it on a .txt file which you opened with VSCode? Or did you use native vim on terminal? Or maybe something else?

Collapse
 
rohanfaiyazkhan profile image
Rohan Faiyaz Khan

Thank you! I wrote the article in markdown and opened it in VSCode. Along with it, I used a markdown preview plugin so I can occasionally check the styling.

Collapse
 
_sinharakshit_ profile image
Rakshit Sinha ⚡

Wow that's amazing! I will remember that when I write my next article. :)