DEV Community

Discussion on: Demystifying vim

Collapse
 
moopet profile image
Ben Sinclair • Edited

In your example of fixing indentation you're missing the <F7> bit. Use backticks to escape code.

Actually I hate to say it, but this tutorial is wrong in the undo section too. Use u to undo in the general case, not U. Capital U undoes a single line, and basically works in a different way (and it'll not be obvious to new users how it's working).