I want to indent multiple files which are poorly indented and indent them properly as would vim do when I type gg=G.
Is there someway to enter the = command or its alias in the command mode? i.e after a :?
If that is possible I can use the bufdo command like in this question.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
|
|
You can run any normal command with If the files are C source code, it may be easier to use the external program |
|||||
|
|
Not sure how to do it with vim, but should be possible. You may also try the command "indent", it should do what you want, although not with the indentation you have configured in vim. |
|||
|
|