PeteZ

u/PeteZ@lemmy.world
0 posts · 19 comments

Recent posts

No posts.

Recent comments

on welp. · c/memes · 1 pts · 2y

Lennon was such a pleasant fellow.

on You'll never take me alive · c/memes · 12 pts · 2y

Have you only had grocery store tomatoes? If so, then I forgive you. But a good garden tomato is a taste of heaven.

on *Permanently Deleted* · c/memes · 6 pts · 2y

Not at all. If you know a bit about networking, you can log into the modem/router and set whatever you like.

on The future of Vim · c/vim · 2 pts · 3y

Thanks for passing this along. I’ve been wondering what the next steps would be.

on *Permanently Deleted* · c/castiron · 2 pts · 3y

You might want to be more specific. When I googled “cast iron scrubber” a lot of different products came up.

on what? · c/programmerhumor · 27 pts · 3y

I had to do a project once with JavaScript. I did not enjoy the experience. In my opinion, a language where you need a reference to tell true from false is a bad language. So maybe JavaScript is the JavaScript of languages.

on Vim Cheat Sheet · c/vim · 2 pts · 3y

It’s not too hard to create your own vim help. I named mine myhelp. So I can type :myhelp and see all the commands I can never seem to memorize.

I have never used Vim in the manner you show in the Vim example. I use ex commands seldom — usually when I need to make mass changes to a file. You are really doing things the hard way if you use an ex command to add a semicolon at the end of a line.