Hacker News new | ask | show | jobs
by swah 3284 days ago
I could never really enjoy vim in a graphical context - but whenever I have to edit inside a terminal I'm super productive with it. I also stay mostly on Sublime, and never liked vim emulation - my brain doesn't engage in vi mode there.
1 comments

Out of interest, what is your issue with graphical vim? I quite like some of the neovim gui's since they have faster screen draw times and still allow access to terminals/repls/test results/whatever via term buffers.

Although I usually still use the terminal version because it removes the binary dependency when cloning dot files on a new pc and there aren't any major differences.