You can shift (indent) code right or left by typing >> or <<, respectively, with your cursor on the line you want to shift.
You can use VIM automatic formating by typing == on the line you want to format.
You can also set the amount of spaces to shift.
You can also shift and format in visual mode (To get into visual mode: SHIFT+V, then j and k to select rows) by selecting the lines you want, then typing >, <, or =.
1 comment:
This is what I'm talking about!! nice work:)
Post a Comment