Emacs cheat sheet that lists equivalents to everyday vim commands

Posted by Yktula on Stack Overflow See other posts from Stack Overflow or by Yktula
Published on 2010-05-16T23:41:33Z Indexed on 2010/05/16 23:50 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

There were two things that I want to know how to do in Emacs (23.2, *nix):

  1. Go to the first character after indentation in a line
  2. Go to the first character that's the equivalent to a given character (an equivalent to vim's fx command that goes forward until it hits the x character; maybe C-s (incremental search) is the best way to do this)

But, I think it would be better if I had a cheat sheet that listed navigational bindings. Maybe Emacs (self-documenting) can do this on it's own. Is there a list of commands that are equivalent to vim's default commands anywhere? How about a list of navigational key-bindings in Emacs?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about keybindings