Tue Jan 7 20:06:13 MST 2020 There has got to be some reason for these thoughts. Whatever thoughts come into my mind, I mean they have to have a reason right? Worry, regret, things I can’t control. Everything else which simply can’t be understood or controlled…things like that. I don’t know what to do with these thoughts. People tell me to simply forget about them. Let them go. Who’s to know how that’s meant to work out. I don’t have a clue. I wish I did. That would be nice, but I don’t. I mean, if life is meant to be simple…a breeze, something we’re meant to accomplish well into our 90s etc, if we live that long. Then aren’t we suppose to be able to do something with it? Aren’t we meant to be able to accomplish something and just be there for each other? No matter what happens? Life comes and goes, it’s not meant to be out there out there, but here we are. We don’t know what happens all the time. We don’t know what goes on when we aren’t listening or aren’t watching. We simply don’t ...
So I wanted to find a way to make vim do a hard line wrap so it would be in nice chunks when I type without having to do hard wrapping myself. Well, here’s how that’s accomplished:
" Set the maximum width of text to 80 characters
set textwidth=80
" Optional: visual indicator for the 80th column
set colorcolumn=80
" formatoptions settings:
" t: Auto-wrap text using textwidth
" c: Auto-wrap comments using textwidth
" q: Allow formatting of comments with "gq"
set formatoptions+=tcq
I allowed AI to generate it for me, let’s face it, I was too lazy to try and google it for myself. AI can be useful for some things I suppose. AI isn’t out for everyone’s job, that’s just a myth. It’s a tool that can be used from time to time to accomplish small tasks.
And for me? This was the perfect task that I needed it to accomplish.
Comments
Post a Comment