#vim
Read more stories on Hashnode
Articles with this tag
Recently, I got curious about how Vim’s built-in commands handle file finding and navigation. Even though I was using modern fuzzy finding plugins at...
I wanted to share some in-buffer search techniques that I brought back to my Neovim setup from my year of experience with Emacs. You know how you can...
One of the main frustrations most vim users has could be doing find and replace operations across multiple files, from within vim. I will list down...
Note: This is a post that I published in my blog on August 23, 2021, I'm re-posting it here since I'm planning to continue blogging here. Also, I'm...
A YouTube video I watch recently suggested to learn vim motions because "you look badass" when you use them. I've also seen many more videos where...
As simple as it sound code formatting can get very complecated when you need to do it accross different filetype. I'm not a big fan of auto formatting...