Sai Hari
TheSSHGuy

TheSSHGuy

Follow
Follow
homebadges
Tag

vim

#vim

More content

Read more stories on Hashnode


Articles with this tag

The 4 Modes of Vim: How to be more effective and write code faster with vim

Oct 19, 20224 min read

Using vim effectively takes time. The good news is that using vim efficiently is an exercise in muscle memory. With a little bit of practice, you'll...

The 4 Modes of Vim: How to be more effective and write code faster with vim

How I Built A Neovim Plugin To Run Jest And What You Need To Know To Build Your Own Plugin

Aug 31, 202211 min read

TL;DR I built a neovim plugin that runs jest when a test file is saved and displays the results directly next to the test in...

How I Built A Neovim Plugin To Run Jest And What You Need To Know To Build Your Own Plugin

How to Use Vim to Replace Text in Multiple Files

Aug 24, 20224 min read

Use vim macros and regex replace to speed up your editing · Problem You're refactoring a codebase and you need to make the same change across all...

How to Use Vim to Replace Text in Multiple Files

Learning Vim Is Easy

Aug 21, 20222 min read

Getting good at vim is just an exercise in muscle memory. · It's easy to get good at vim. A lot of developers avoid trying vim because of the learning...

Learning Vim Is Easy

How neovim made me a better developer

Aug 13, 20222 min read

Switching to neovim has been the most impactful decision I’ve made as a developer in the last couple of years. Neovim optimizes the keyboard...

How neovim made me a better developer