Xcode vim mode got me really excited, but it is just missing a few commands that I depend on:
. (repeat, this is crucial)
Ctrl+v (column/vertical select), and Shift+I (insert in all lines of a vertical select)
And to a lesser degree I also use these often:
Ctrl+a, Ctrl+x (increment, decrement)
:w (save because it's annoying to mentally switch between to Cmd+s)
:%s/<find_exp>/<replace_str>/g
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: