
Learning Neovim
I started using Neovim for the past couple of months. It is a steep learning curve, and it is painful to write code because I have to keep thinking about going into edit mode. The pain rapidly subsides whenever I discover a faster way to insert, delete, or replace a block of text or characters. Here’s an example, if I press the character d then shift-$, it will delete all the characters from the active cursor position to the end of the line.