How to Vim: Navigating Prose in Style
I don’t know about you, but I’m not using Vim solely for programming. I also write documentation in it, plus most of my blog posts (like this one).
I don’t know about you, but I’m not using Vim solely for programming. I also write documentation in it, plus most of my blog posts (like this one).
The classic way to do “find and replace” in Vim is pretty well known:
Most Vim users probably know that they can use Ctrl-R to insert the contents of registers, while typing some command. For instance - you can insert the clipb...
One of the frustrating aspects of Vim for me is that in insert mode you’re quite limited in what you can do. That’s fine most of the time, except when you’re...
Joining adjacent lines is something that comes up often while editing text/code. That’s why it should come as no surprise that this is something well support...