Write a recursive Vim macro with qqq
to clear the q
register,
qq
to start recording the macro,
doing your work,
invoking the macro recursively with @q
,
stop recording the macro with q
,
and then invoking the macro with @q
.
We often search our projects for specific text within Vim like so:
:grep...
There are times when we edit prose in Vim, such as in a project README or git...
Have you ever seen “No newline at end of file” in your git diffs? Us, too....
Announcing our newest screencast series: Navigating Ruby Files with Vim.
...
How to use GUI editors for command-line tools, and why.
(And Keep Your Screen Real Estate)
As you may know, there are...
When I first started working at thoughtbot, I was impressed to see some of my...
Test driven development thrives on a tight feedback loop. However, switching...
Hello Vim-warriors, we’ve added a new screencast to The Art of Vim about Text...