Automatically indent HTML tags in Vim
Edit March 2024: this does not work too well. Need to find an alternative.
Set the following options:
:filetype indent on
:set filetype=html # abbrev. :set ft=html
:set smartindent # abbrev. :set si
Then move the cursor to the top of the file and indent the whole file by typing:
gg=G
Or select the text to indent and press =
.
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki vim html