Joined May 2011
·
Posted to
Switch from SublimeText/TextMate to Vim
over 1 year
ago
Hey jacaetevha, have you seen Vim Multiple Cursors?
Posted to
Switch from SublimeText/TextMate to Vim
over 1 year
ago
Sumblime Text 2 uses their macro/key-binding system to emulate Vim behavior, but it's not Vim. After switching from ST2 to Vim, I tried to go back. In my experience, the Vim keybindings in ST2 were just plain slow. There was noticeable lag between when I'd push "dd" and have the line disappear.
It's also not a full implementation. It was a few months ago that I tried to switch back to ST2, so I don't remember all the details, but several commands weren't working so I didn't stick around too long.
Achievements
213 Karma
20,115 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Bear
Have at least one original repo where Objective-C is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Ashcat
Make Ruby on Rails better for everyone by getting a commit accepted
Desert Locust
Have at least one original repo where Erlang is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
@akhilravidas Thanks! I didn't realize that... I was actually unsure what the difference between using
%s
and theg
flag was, but now it makes sense.