Live data from Hacker News

Thoughts on switching from TextMate to Vim

pchm.co

1–6 of 6 posts

Re: Thoughts on switching from TextMate to Vim

#3

There is a zero point of using vi/vim unless you like the thing.

Or you're a contractor who has to work on a variety of systems which may or may not have or allow you to install your favourite text editor of the week. It's the lowest common denominator.

(I started on emacs but vi/vim has been installed everywhere and life is simpler when you don't have to faff about.)

Re: Thoughts on switching from TextMate to Vim

#6

There is a zero point of using vi/vim unless you like the thing.

Few editors can handle massive code bases like at Google. Google also does not allow coders to store any of their code on their laptop so you have to work over ssh, which a lot of editors don't support well either. I used to use Sublime exclusively but was pretty much forced to switch to vim.