#text-editors
Read more stories on Hashnode
Articles with this tag
Vim mappings - to map keys on your keyboard to specific Vim actions Basics Open Vim and type :map <space> diw The above mapping maps space key to diw...
What is CodeSwing If you are a front-end developer, you have definitely heard of CodePen. It's a fantastic online editor to type HTML/CSS/JS code and...
Why use Vim? To save time. We use various plugins as well as snippets to minimise keystrokes. Vim is a champion at it. I don't think I need to tell...