I never got into the eMacs cult. Been always a vim/vi guy. To me, using eMacs is like people in the cult of lisp: “Why isn’t lisp running the world?” (While the code in Java 8 every day) I get it, a few friends of mine actually use eMacs and we remain friends. But bruh, I’m a CLI guy and I like Vim. It’s literally everywhere. Even on my all powerful Mac M1 laptop I still use Vim. No not Mac vim, not Visual Code, not…
Joining the Church of Emacs
51–60 of 67 posts
Re: Joining the Church of Emacs
#52With all the devotion on display from so many very clever people, it's hard not to be at least a little curious about Emacs. But I still have something holding me back. On the one hand, the entire environment that I've heard described might be very powerful. But at the same time, it is a whole new system to learn and get into, very specific to itself, on top of the operating system I'm already using. People say you w…
And in a way that's how I use vi, I'm emacs mostly but I play with vi regularly, I stay at the no-plugin level enjoy keyboard golfing :)
Re: Joining the Church of Emacs
#53Earlier quoted context omitted.
I wouldn't have made this comment if I knew that. Though I suppose this is still an annoyance for git web interfaces. Thanks for the info!
On GitHub you can add ?w=1 to diff URLs to get the same thing (there's a button for it too?)
Re: Joining the Church of Emacs
#54Earlier quoted context omitted.
Is all about muscular memory, so you need to repeat and repeat, and take your time to develop it. Is normal not to grasp it after a few hours using the program. Nobody expects taking one karate class and exit being a master of katas. First emacs kata should include this very simple concepts 1.Opening a file (the easy way) -> extra simple. Type "emacs /path/to/my-file" in a terminal. If a file with this name does not…
Yes, except the keystroke to "close a file" is C-x k (for kill buffer). Like you said, muscle memory. It's not surprising that you didn't remember the exact name of the keystroke because normally, you just do it.
Hum, I see. I stand corrected. It seems that all this time I was typing Ctl-x Ctl-C instead. I never use copy in emacs
Re: Joining the Church of Emacs
#55I’ve always been a vi/vim guy, it’s not a religious thing, it’s just a decently powerful editor available on most servers I managed to kind of get my head around enough to be productive. I find the weird holy war between the two strange and kind of a turn off.
I tend to think Vim is the best editor, and Emacs is the best OS. So I use Vim inside Emacs with Evil mode.
Re: Joining the Church of Emacs
#56I never got into the eMacs cult. Been always a vim/vi guy. To me, using eMacs is like people in the cult of lisp: “Why isn’t lisp running the world?” (While the code in Java 8 every day) I get it, a few friends of mine actually use eMacs and we remain friends. But bruh, I’m a CLI guy and I like Vim. It’s literally everywhere. Even on my all powerful Mac M1 laptop I still use Vim. No not Mac vim, not Visual Code, not…
> eMacs "emacs"
(Fond memories of that computer!)
Re: Joining the Church of Emacs
#57Emacs is great all-around, but I would use it if it literally only had org-mode as a feature. That thing has saved my bacon.
Re: Joining the Church of Emacs
#58With all the devotion on display from so many very clever people, it's hard not to be at least a little curious about Emacs. But I still have something holding me back. On the one hand, the entire environment that I've heard described might be very powerful. But at the same time, it is a whole new system to learn and get into, very specific to itself, on top of the operating system I'm already using. People say you w…
With org mode, everything is plain text. This should go a long way to easing your worries about getting stuck in a groove. Lots of folks take notes in markdown. It's the same kind of thing.
Re: Joining the Church of Emacs
#59I never got into the eMacs cult. Been always a vim/vi guy. To me, using eMacs is like people in the cult of lisp: “Why isn’t lisp running the world?” (While the code in Java 8 every day) I get it, a few friends of mine actually use eMacs and we remain friends. But bruh, I’m a CLI guy and I like Vim. It’s literally everywhere. Even on my all powerful Mac M1 laptop I still use Vim. No not Mac vim, not Visual Code, not…
This is like a Scientologist criticizing Jehovahs Witness :) Okay, since this is HN and not Reddit let me make this post a bit more useful: has anyone tried "mg"? It is an openbsd (?) project that is similar to Emacs on a first glance but even lighter than barebone vim. It is what I use for remote editing instead of vi and nano. https://man.openbsd.org/OpenBSD-current/man1/mg.1