For people who ask, "why use text-only editors like vim or Emacs, when I can use a full GUI IDE?": One of the reasons I haven't seen mentioned much is: I'm a touch typist, and I hate having to switch between mouse and keyboard! I have to take my attention off the screen. Slows me down. Disturbs my concentration. With Emacs, I can work for hours without ever having to hunt for the mouse, or without even having a mouse…
I find it amazing how common it is for programmers to not be touch typists (I mean typing without looking at the keys). Like, isn't that something you pick up by the sheer amount of keyboard time?
Batteries included with Emacs (2020)
221–228 of 228 posts
Re: Batteries included with Emacs (2020)
#222Earlier quoted context omitted.
Depends on what you mean by "touch-type". I can type without looking in three keyboard layouts, but that comes through a lot of keyboard time (and a lot of Police Quest I), so that I'm unable to use split keyboards because my right hand is overreaching to the left half of the keyboard. I also ignore home-row dancing, specific finger positions etc. I can type fast and blind, but I don't think I would qualify as a clas…
This is very much how I type as well. A couple of other factors for me: 1) I learned to type as a kid at the same time that I was getting into programming. So my typing style tends to optimize for quickly hitting numbers, operators, random punctuation characters, and editor movement/selection/command sequences every bit as much as ordinary letters. (And therefore, I tend to find obsessively staying near the home-row…
Re: Batteries included with Emacs (2020)
#223I’m wondering if a vscode in the terminal could ever exist.
https://github.com/zyedidia/micro With the disclaimer that I haven't tried it.. this tool aims at being a successor to nano.
Re: Batteries included with Emacs (2020)
#224Earlier quoted context omitted.
You're assuming that most of the writing is done on computers - but depending on the discipline - it isn't : computers aren't nowhere nearly good enough to compete with paper / chalk (/ even whiteboard !) when it comes to mathematics-heavy domains.
Pure maths is a pretty small niche. The vast majority of while collar work, university students, etc..., definitely type and use computers constantly.
Re: Batteries included with Emacs (2020)
#225Earlier quoted context omitted.
> even public nuisances like vim. I love vim (err… Neovim), and this was great.
we all love vim, especially to mock it absurdly
No, nvi or bust, man!
Re: Batteries included with Emacs (2020)
#226Earlier quoted context omitted.
You might like VIM. In VIM everything has a shortcut as well. In fact, in VIM, everything _is_ a shortcut.
How do you find commands if you don’t know the shortcuts though? Or if you installed a new plugin? That’s my big problem with emacs and why I don’t use it anymore.
Other than that, most VIM plugins are documented very well.
Re: Batteries included with Emacs (2020)
#227Earlier quoted context omitted.
That's like wondering if elephants could ever roam the depths of the oceans. If they did, they would no longer be elephants. What specific features of vscode would you like to see in a terminal editor?
Elephants can walk underwater using their trunks as snorkels. Maybe they would be too buoyant for it in sea water. It seems a fair thing to wonder though.
Re: Batteries included with Emacs (2020)
#228I think many Vim users look at Emacs and go “Hmm, Emacs is a bit more clunky when I use Emacs to do the exact same things I do in Vim. Therefore, I’ll stick to Vim.”
As a vim user, I mostly look at this article and think, "Hmm, Emacs seems to include an artists mode for drawing ASCII images. I need a text editor. Therefore, I'll stick to vim."