Say I have a super long line in the VIM editor (say around 300+ characters). How would I break that up into multiple lines so that the word boundaries roughly break at 80 chara
As a quick and nasty, maybe try the following map:
map q 080lwbels
which says:
Then hitting q and CR will break the line up into chunks on the word boundary.