How do I center or right-align text to a specific width in Vim?
:center 80
Vim has built-in text alignment commands that adjust lines relative to a specified width.
:center 80
Vim has built-in text alignment commands that adjust lines relative to a specified width.