Hacker News new | ask | show | jobs
by zdfjkhiuj 3069 days ago
It's tiny and ubiquitous. Even tiny VMs and embedded devices have Vim.
2 comments

Despite this, in my experience, Emacs provides a more feature rich environment, comparable to an IDE, rather than only a text editor.
It’s not about features. Vim is meant to be custom tuned through plugins until it meets your needs, after which no other editor will satisfy you.
I hope you're not trying to explain the value and satisfaction of customization to an Emacs enthusiast!

The thing is an interpreter for Elisp, which the text editor is written and configured in. You can change the core functionality of the editor if you wanted, by writing some code in a buffer and pressing C-M-x. You can make it act exactly like vim if you wanted to. You can add line numbers on the side, better autocomplete for commands and searches, a git porcelain, new modes for different types of files. You can implement an IRC client, a browser, tetris, a file browser, or an email client; or you can just use the implementations that come included.

You can spend a lifetime configuring Emacs, and if you have attained the ultimate configuration, you'll look back at the end of your life and realize that it was worth the thousands of hours you put into it. But if you have not, don't worry: you'll be reborn into the cycle constant suffering-due-to-inferior-configuration until you figure it out.

> You can make it act exactly like vim if you wanted to

Thanks to Spacemacs, Emacs is already better Vim than Vim itself. I know what I'm talking about. I'm a die-hard vimmer.

The same can be said for Emacs with all the various packages and any elisp you write.
Is it? I run a mostly stock .vimrc and no editor will satisfy me.
Not everyone wants an IDE, though. Unix is my IDE, and Vim is just my text editor. I learned emacs first and left it for Vim.
This is fair. For someone that just wants to edit text in an efficient way and doesn't want to tweak/tailor their editor vanilla vim is a good choice.
I'm a huge user of Jetbrains IDEs and I feel like they make me a little dependent. What language do you mostly write in?
Many: in a typical week I might use C, Python, Go, Java, Scala, JavaScript, and shell.
I'll take nano and previously pico over vim