logoalt Hacker News

xedractoday at 1:51 PM2 repliesview on HN

You sound like you would prefer Emacs over Vim.


Replies

dantillbergtoday at 2:07 PM

Emacs key sequences are similarly stateful, and GP may hate that just as much, even if the state is temporary.

For my part, in emacs I would often try ctrl-x-s to save, but miss the x. When I repeat the attempt, emacs register the complete but unknown key sequence ctrl-s-x followed by the start of a new key sequence with ctrl-s. I consider this similarly stateful because the behavior of "ctrl-s" changes entirely depending on what keystroke (if any) preceded it.

show 1 reply
packetlosttoday at 1:57 PM

I mostly agree with GP on stateful controls, but emacs has never clicked for me like vim did. Perhaps it's because switching between modes feels more natural than a simple toggle.

show 2 replies