til

today i learned

View on GitHub

Indenting Code

Vim provides == and = as tools to aide in keeping your code formatted and tidy. Double equal can be used to quickly properly indent the current line. Similarly, 10== will indent 10 lines, inclusive of the one you’re one.

There are a few options to achieve the same result: