Earlier quoted context omitted.
Funny you say that, because I always find myself reverting to emacs and, even after playing with config distros like Spacemacs and Doom Emacs, I've settled on on a severely minimal config with mostly default keybinds, and magit on the side because it is the best interface to git I've ever had the pleasure to use. I also enjoy running linters and test commands in a compilation buffer and hitting 'g' to re-run/refresh…
I learnt something cool about Emacs undo on a recent HN thread. If some text is selected before invoking undo, then undo happens only within the selected region.
From Vim to Emacs in fourteen days (2015)
111–120 of 182 posts
Re: From Vim to Emacs in fourteen days (2015)
#112This article fails to explain -why- one would want to switch to emacs from vim. Org-mode and configuring emacs in a lisp-like are cool, but are not worth re-learning everything for me. I put that time in already by reading "Practical Vim" by Drew Neil and other vim literature online. I'm sure everyone is already aware, but vi is available basically everywhere. This has saved my ass at least twice where I couldn't acc…
How many lines of vimscript have you written? No, copy-pasting config lines from someone's dotfiles doesn't count. How many times have you opened the source code of some vim plugin you are using and tried to modify what it does? If I were to hazard a guess: zero. That was also me during ten years of vim usage. Vim encourages the mindset of mastery = learning a bunch of tricks, remembering them and incorporating them…
Zero, thank god. I have enough work to do at work. I don't need to make a hobby out of my editor.
Re: From Vim to Emacs in fourteen days (2015)
#113Re: From Vim to Emacs in fourteen days (2015)
#114Earlier quoted context omitted.
Emacs vs Vim is like comfort food for software-related online discussions.
I guess, given how evil-mode just gets better and better every day I'm not really seeing many people moving in the other direction, at least based on the blog posts. No shade on Vim, people like it and are productive in it. I see it like using Sublime Text, lots of people can get away with it, but I need more doodads in my editor. And hey, nobody is like "Notepad++ vs. Visual Studio", which I think kinda matches the…
If I'm actually developing something that's part of a greater whole, then I'm using a fully fledged IDE like PyCharm (but with the VIM emulator plugged in for when I need it, of course ;-D).
Likewise, no shade at Emacs, though. Several of my favorite colleagues use it!
Re: From Vim to Emacs in fourteen days (2015)
#115Re: From Vim to Emacs in fourteen days (2015)
#116Re: From Vim to Emacs in fourteen days (2015)
#117Just for fun, here are some of the larger past threads. Others? After over a decade of Vim, I’m hooked on Emacs - https://news.ycombinator.com/item?id=16551796 - March 2018 (161 comments) A pragmatic decision on GNU Emacs versus Vim for programming - https://news.ycombinator.com/item?id=13590944 - Feb 2017 (59 comments) Why I switched from Vim to Emacs - https://news.ycombinator.com/item?id=13130775 - Dec 2016 (101 c…
>> Debian's Vim maintainer switches to Emacs - https://news.ycombinator.com/item?id=341492 - Oct 2008 (32 comments)
He warned me I should switch from vi to emacs because prolonged vi usage causes hair loss. :)
Re: From Vim to Emacs in fourteen days (2015)
#118For those who use Vim bindings, and would like to try out emacs, I'd suggest trying Spacemacs: https://www.spacemacs.org/ It has "evil mode" by default — the vim bindings. I picked this up at Jane Street, where much of the internal tooling is in emacs. I still use it wherever I can't get a good vscode setup, and it has some advantages over vscode.
I picked up spacemacs earlier this year but have since switched to Doom emacs: https://github.com/hlissner/doom-emacs it's smaller, faster, and you configure it in a way that's closer to vanilla emacs. The size makes it more tractable to learn. The creator & primary maintainer is more active, funny, and helpful than the spacemacs maintainer who I believe is on hiatus. I wish someone had told Doom about it before I pi…
Re: From Vim to Emacs in fourteen days (2015)
#119Re: From Vim to Emacs in fourteen days (2015)
#120Earlier quoted context omitted.
I guess, given how evil-mode just gets better and better every day I'm not really seeing many people moving in the other direction, at least based on the blog posts. No shade on Vim, people like it and are productive in it. I see it like using Sublime Text, lots of people can get away with it, but I need more doodads in my editor. And hey, nobody is like "Notepad++ vs. Visual Studio", which I think kinda matches the…
Here's the thing, though. I don't use Vim as an IDE. I use it on live servers to change configs / scripts / app code (don't tell anyone) quickly and efficiently. I don't think "extra doodads" would help with that, and I'm not sure I'd want to manage those dependencies on my platform anyway. If I'm actually developing something that's part of a greater whole, then I'm using a fully fledged IDE like PyCharm (but with t…