this post was submitted on 12 May 2024
29 points (91.4% liked)
Emacs
2189 readers
3 users here now
Our infinitely powerful editor.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@kelvie hm... I rarely use terminal emulators anymore, I mostly use Eshell nowadays.
@kelvie many people use vterm which is in many aspects better than ansi-term.
Thanks for the rec, my first impression is that it doesn't really work well with evil-mode, but that may be my configuration error (as it is with emacs).
Vterm not working well with evil was actually my motivation to drop evil completely and embrace emacs key bindings.
It was the best decision I made. I don't perceive a any measurable impact on my ability to efficiently write code or edit text, but I've seen a significant improvement on my ability to use emacs in general
I went the other way, I've used emacs key bindings for over a decade and switched to evil because it appears most things in doom emacs worked better.
Magit is still a bit of a mess with evil, though, but is manageable.
Maybe one day I'll switch back again, but my fingers know both.
If you like modal but find evil a little bit weird, try https://github.com/meow-edit/meow. Its a bit of work to set up, but once you made it yours its great!
It's probably a configuration error.
As far as I remember it was working fine like a year ago when I was trying to make my own config (just vterm and evil packages were required). At the time the Doom people were saying it was impossible due to how terminal emulation works. Now it's mostly working in Doom unless you go over 1 line. If you do, you're not in a good place since you can't use ESC to jump between words.