~sircmpwn/public-inbox

1

Editing Gemini files in vim

Details
Message ID
<674f6b20-43b5-4224-a3bd-9119a8f613b6@gmail.com>
DKIM signature
missing
Download raw message
Since Gemini's native makeup language prohibites LF in paragraphs, how do 
you edit them without having long lines in your editor?

Do you just make your terminal less wide?
Details
Message ID
<b4e738b815746d3bf077cc94c2e65bf7@biribiri.dev>
In-Reply-To
<674f6b20-43b5-4224-a3bd-9119a8f613b6@gmail.com> (view parent)
DKIM signature
missing
Download raw message
On 2021-08-14 00:16, Daniel P. wrote:
> Since Gemini's native makeup language prohibites LF in paragraphs, how
> do you edit them without having long lines in your editor?
> 
> Do you just make your terminal less wide?

Vim lets you resize the editor window down to a certain size which 
effectively
soft-wraps text (doesn't add in newlines automatically).[0]

[0]: 
https://stackoverflow.com/questions/36950231/auto-wrap-lines-in-vim-without-inserting-newlines
Reply to thread Export thread (mbox)