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 linegg
go to the beginning of the current filedd
remove the current line$
jump to the end of the current line