this post was submitted on 12 May 2024
27 points (86.5% liked)

Emacs

1978 readers
1 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
 

I've been using konsole (and iterm2 on my work mac) for most of my working career, but on the linux side, I've recently switched to Kitty, but now I'm wondering if I can finally get used to just using emacs on both.

Does anyone use emacs as their main terminal? Is there one better than ansi-term that supports modern features like libsixel?

I still can't quite get used to the keybindings (like C-c twice for ^C) and some other weirdness.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 months ago (1 children)

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

[–] [email protected] 3 points 2 months ago (1 children)

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.

[–] [email protected] 2 points 2 months ago

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!