Ask HN? From Vim to Sublime 2
I've been using non-vi editors all my career. Last 3 months I started using VI and find it really hard to switch to another editor. I love the customizations that VI has, love the macros, I don't think of editing as movement of the cursor, its now like writing except the first writing tells you how to edit the actual words.
So I noticed people lovin' on Sublime 2. So my question is: has anyone made the switch of VI -> ST2 or have people just liked the shiny interface but disliked the actual editing itself?
3 comments
[ 3.2 ms ] story [ 21.5 ms ] threadI really do miss using custom macros that do ',.' to swap between unit tests and production code. It feels forced.
The best way I found to do it is to use the ctrl+shift+p (may be cmd+shift+p on mac) menu which has keybindings next to the names so you can find the keybinding if you forget it
You can do custom macros as well but those aren't seen in the menu but if you look for tutorials they are there, not quite the same as vi but workable.