How do I fully justify a selected text block to a fixed width using Vim's built-in justify plugin?
:packadd justify | :'<,'>Justify 72
Vim can wrap text, but full left-and-right justification is a different task.
plugins #plugins #formatting #visual-mode #text-manipulation