💾 Archived View for midnight.pub › replies › 3258 captured on 2022-03-01 at 17:12:29. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-08-18)

-=-=-=-=-=-=-

< old macselfhood had much smarm, me I me I low

Parent

~inquiry

Nopers. We're talking super old school. When I want something formatted like that, I typically type some text into a vim session, then leverage the unix/linux "fmt" command a la:

:%!fmt -60

and then try the same with different numeric values until the alignment is at least close to appealing, then tinker with synonyms (of different length, of course) until I'm liking how it looks in a fixed-width font.

(':%!' being vim-speak for "pass all lines of vim buffer content to the stdin of a program)

Write a reply

Replies

~tetris wrote (thread):

Oh fair enough haha - I usually read your stuff 2-3 times before the meaning sinks in, and I guess I never quite grokked it this time (other than the theme "old mcdonald") :-)

In Emacs, to do the same, you set the "fill-column" value to a desired column number, and then hit Alt-Q as often as you please.