Hacker News new | ask | show | jobs
by kkkrist 3396 days ago
I have gone from Textmate to Sublime to Atom and finally took the time to properly learn vi. vi has made my typing so vastly more efficient that I can't imagine to ever use anything else again.

I guess you have never really used vi to make such a comparison, same as op has probably never used the Bloomberg Terminal.

2 comments

Do you think that using a vim key binding extension like those that are available in most modern editors would have the same effect? Or is part of the magic of vim being forced to use the key bindings?
It's definitely important to force yourself to use the bindings when you're trying to learn them. Also, the Vim bindings in a lot of other editors have subtle issues and/or missing features that make them a pain to use if you're used to using the full range of commands in real Vim.
Do you feel that way about generic text or code in particular? I haven't seen Intellisense or project templating for, say, F# at the same level as a VS Code.

Does this exist? I'd love to move more to Vim!

Well, except vscode is behind vs for F#. Try using a type provider on vscode, it runs like crap for anything non trivial.
Oh, maybe something like Js then? I just pulled the first language I thought of!