When editing certain files, I want to move to the next paragraph quickly, or I want to delete the remainder of the current paragraph in one go. Luckily there is a move command for this:
Kurt Keller's Blog
tech notes and more
Month: July 2014
The most basic commands to move up and down in vim are j and k. They are fine if you want to move line by line, but not if you want to
You all know how to save and quit a file in vim. I see most people using :wq! every time. I’m not quite happy with this.
Quite obviously, there are people who do not know about the undo and redo functions when editing in vim. That’s a pity, because it is really helpful. I frequently use this when testing the effects of some small changes in configuration files or scripts;