people who have gone from neo/VI/m to Emacs or wise verse - what made you swap?
-
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
@hell I "learned" vim improperly but got used to it, then I was mad I had gotten used to subpar editing. I didn't want to learn vim keybindings (I don't know them to this day), so I learned emacs because I heard it was more intuitive
. -
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
@hell I've started with vim ~10 years ago, because it was available on nearly every server I had to work with.
Learning emacs now, because I like elisp, I need a change and learning new stuff is fun.
-
@hell
I was a Vim user for years, then dabbled in Emacs. At the time I was writing very long documents in Latex. Both editors were great. Then in Emacs I discovered M-x occur <regex>. At that time I could not have found anything more useful. Now I'm an Emacs user who dabbles in Vim. They're both still great.That's a nice feature!
-
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
@hell Emacs felt easier to use with Lisp and all over Lua. The NeoVim ecosystem is very large and figuring out how to do things well isn't all that easy. Moreover I just found the Emacs binds nicer to work with than Vim

-
@hell I've never used Vm in any major capacity, but Emacs is capable of doing so much more than Vim. Much of my workflow depends on #Emacs. While I can (and rarely do) use other editors, none of them come close to #Emacs.
And in any cases where I work remotely, I don't need Vim on the remote. I simply use TRAMP and enjoy my Emacs config everywhere, without setting up Emacs on each machine. Can't imagine *Vim users doing the things us Emacsians enjoy.
PS: I'm a rather heavy Evil user btw.I've tried emacs for a bit but after using Helix for quite some time, I just can't get used to the latency of Emacs.
Helix's commands are immediate (except they call to the LSP server, but it's still almost like it). I often felt some jank with Emacs, especially starting up.
And I used emacsclient too.
-
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
@hell In the process of switching from NeoVim to Emacs because the infection of NeoVim and Vim with slop. So far so good. Though wish Emacs was more terminal friendly.
My journey: nvi (old unix vi clone) -> vim -> neovim -> emacs
-
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
@hell I think VIM keyboard navigation is like magic, but for some reason, modal editing just doesn’t fit with the way my brain works. I went to Emacs and never seriously looked back.
-
@hell 50 years ago Emacs wasn't yet available. Vi is standard on all unix systems.
I switched to Emacs in 1995 because I worked at a place that had a huge Emacs base. 1000s of devs, a huge company wide package archive.
I used viper mode for a long time. While using vi in a terminal for small things.
Aside from being able to cycle either direction through buffers in Vim, I never liked Vim, vimscript or the developer.
I briefly tried vim in 2010.
It just didn't compare to Emacs. I started using Evil when it came out. The last couple of years I turned off Evil and eventually settled into Meow mode.Whatever you need in Emacs is just a bit of code away.
@hell
I learned vi when I got into UNIX in the 80s, but quickly switched to emacs once I found out about it. I ran emacs for 20+ years on a variety of OSes, until I moved to an environment where I wasn't allowed to install it on the thousands of servers that we ran. At that point I took up vi again, and I was at that job long enough that I lost the emacs habit. I'd probably still love emacs if I could ramp myself back up, but I doubt my configs from the early 2000s would still work OOB, and emacs is all about your personal workflow. -
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
I switch back and forth between vi and emacs.
Vi is nice if you are into "Unix IS the IDE".
It starts instantly. You use the shell for shell
things.
Emacs is nice to do EVERYTHING in.
When I use emacs I leave it running for
days. It's especially nice for programming
any kind of lisp.
Emacs is definitely more of an ideal for using
as a pure programming editor, but i have
become more and more unix pilled so I
tend to use vi more lately.
An example is auto formatting. Emacs is great
at this IN the editor. Press tab and emacs will
do the correct thing indent wise.
In vi I have to find an external program
that formats (like gofmt or indent) and
pipe the buffer contents out to that
program and back. This is made easier
by using map commands to map keys
to do the indenting. But shows how emacs
and vi differ basically.
-
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
org-mode
-
@hell i've come to terms that i will never use emacs. i tried swutching to it numerous times. decided it is actually better to live my life and go outside.
@hell @WindOfChange
Have you tried M-x outside-mode?
-
@hell
I learned vi when I got into UNIX in the 80s, but quickly switched to emacs once I found out about it. I ran emacs for 20+ years on a variety of OSes, until I moved to an environment where I wasn't allowed to install it on the thousands of servers that we ran. At that point I took up vi again, and I was at that job long enough that I lost the emacs habit. I'd probably still love emacs if I could ramp myself back up, but I doubt my configs from the early 2000s would still work OOB, and emacs is all about your personal workflow. -
people who have gone from neo/VI/m to Emacs or wise verse - what made you swap? what made you then either stay or revert?
@hell I went to Emacs a couple of months ago after discovering that vim and neovim got the LLM brainworms. Still struggle with the imperfect adaptation of vim motions made by evil-mode, but increasingly falling in love with the ecosystem, pretty solid.
-
@hell @WindOfChange
Have you tried M-x outside-mode?
@bcasiello
my bad, must have skipped over it while reading documentation.
@hell -
R relay@relay.publicsquare.global shared this topic