Bhanuka Mallawaarachchi
bmax

bmax

Follow
Follow
home
Tag

neovim

#neovim

More content

Read more stories on Hashnode


Articles with this tag

Emacs-Inspired Search in Vim

Jul 1, 20232 min read

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...

Emacs-Inspired Search in Vim

Vim, find and replace across multiple files

Jun 21, 20232 min read

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...

Vim, find and replace across multiple files

Use vim to look cool! don't!

Apr 5, 20233 min read

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...

Use vim to look cool! don't!

Code formatting in Neovim

Mar 29, 20232 min read

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...

Code formatting in Neovim