Niels Dequeker

When I read what I write I learn what I think

Vim Cheat Sheet

Since I’ve started using Vim to configure EC2 instances, I can’t get enough of it. This post will be my personal cheat sheet, to document the commands I use on a regular base.

Vim commands

  • L
    go to the start of the current line

  • gg
    go to the beginning of the current file

  • dd
    remove the current line

  • $
    jump to the end of the current line

Comments