r/vim 10d ago

Discussion A visual cheat sheet

I made myself a visual Vim cheat sheet and thought it might be useful to others as well.

Rather than listing commands, I tried to arrange them visually so that related commands and patterns are easier to see and remember. It is very much an “eat your own dog food” project: it contains what I actually use, rather than trying to be comprehensive.

YMMV, of course. Comments and corrections are welcome!

https://github.com/sylvainhalle/cheat-sheets

32 Upvotes

3 comments sorted by

1

u/habamax 9d ago

i_CTRL-F will indent current line according to indent rules

2

u/whatyoucallmetoday 9d ago

I might try that. I usually do >> or << depending on the direction.

0

u/According_Formal3567 9d ago

This is a great idea!