Week 1 of my vim productivity boosting experiment went well. During the week most of the commands I aimed for ended up being used often.
I got a lot of helpful comments, both here and on Hacker News. I ended up unmapping my arrow keys, and I do feel like this made a difference, I am now comfortable with those keys. As a bonus, it feels a lot more natural using hjkl in compound movement commands than it did with the arrow keys.
This week I will focus on repeating previously issued commands. Since 4 at a time worked well for me last time, I will stick to that number.
.
repeats the last editgv
marks the previous visual mark&
repeats a substitution@:
repeats a command
For next week I will go through the comments and pick the ones I found most useful in there.
For your first one the . repeats the last *edit* is more accurate, you can use it to delete or change as well as insert.
Thanks, fixed that!
[…] has been a while since the last posts from this series, so the title weekly doesn’t really apply. The previous 2 bite-sized […]