Hacker News new | ask | show | jobs
by cribbles 2763 days ago
Atom's vim bindings are great. They lack just one command that trips me up from time to time: :u.

Yeah, I can get by with cmd+z, but it would be nice not to be forced to context switch when I'm thinking in ex-mode.

1 comments

Huh, I didn't even know there was an ex command for undo. Neat. I imagine that would be a pretty easy PR to the ex-mode package, if you're up to it ;)