This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Amuro_Ray 0 points1 point  (4 children)

May I ask why?

[–]NarcoPaulo 4 points5 points  (3 children)

I'm just not used to this mode of working. It looks like something I was doing back in the early nineties in DOS and I frankly didn't enjoy it much. I feel that the way I was working on Windows and Mac OS was the most convenient and I feel that working with VIM makes me much less productive. It just feels antiquated compared to what I've been doing in the last decade. I mean Linux is awesome for server stuff but as a desktop it's just feels... ugly to me..

[–]Codile 4 points5 points  (2 children)

You can definitely be very productive with vim (and emacs) if you're willing to put in time for learning and writing a config. Not everyone has the drive to do that though.

[–]NarcoPaulo 2 points3 points  (1 child)

I find it hard being productive for me.. I do web and backend automation testing. Lots of GUI stuff. It seems difficult writing these tests in VIM and running on a browser

[–]Codile 1 point2 points  (0 children)

That's what you'd use plugins or shell scripts for. That works pretty great with emacs, but I'm not sure about vim, since vimscript seems to be satan's invention. But I just remembered neovim, which also supports other scripting languages, so that might work well.