In Vim, what is the command to correct the indentation of all the lines?
Often times I'll copy and paste code into a remote terminal and have the whole thing messed up. I want to fix this in one fell swoop.
|
In Vim, what is the command to correct the indentation of all the lines? Often times I'll copy and paste code into a remote terminal and have the whole thing messed up. I want to fix this in one fell swoop. |
||||
|
|
|
|
|||||||||||||||||||
|
|
Before pasting into the terminal, try edit: Also, I should point out that a much better result than = indenting can usually be obtained by using an external program. For example, I run |
|||||||||||||
|
|
|
||||
|
|
|
You can use tidy application/utility to indent HTML & XML files and it works pretty well in indenting those files. Prettify an XML file
Prettify an HTML file
|
||||
|
|
|
If you want to reindent the block you're in without having to type any chords, you can do:
|
|||
|
|
|
In Vim, use |
|||
|
|
|
|
||||
|
|
|
vi should respect tabs and spaces, however you should consider that vi may be using different length tabs than your other editor. Can you be any more specific than "whole thing messed up"? |
|||||
|
|
if you do not want to use
That way you don't have to leave normal mode.
if you have to paste |
|||
|
|