linuxusers.in is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
My Vim cheat sheet. A page folded over & in thirds. I got a whole interior side I could use!
Your necessary commands may vary.
Yes, I know how to exit Vim, at least 3 ways, joke is as stale as yo momma.
#vim
Qutebrowser: A keyboard-driven, Vim-like browser
Link: https://github.com/qutebrowser/qutebrowser
Discussion: https://news.ycombinator.com/item?id=42356668
split | terminal
splits the window with the machines terminal with #vim, but this is also seems to be mode. typing exit
closes the window.https://gist.github.com/mahemoff/8967b5de067cffc67cec174cb3a9f49d
Also, hooray new MacVim version!
https://github.com/macvim-dev/macvim/releases/
packadd comment
seems to Just Work™, gcc (no relation) to toggle comment a line, V<move>gc to do region, etc.
Tho it doesn't understand Schemers use ; for inline, ;; important, #| block |#. Will see what I can configure, or just keep using my comment script.
getregion should be useful, I have a couple actions I want to make easier.
FIX TAB REORDERING. WHEW.
#vim
My stock answer to all the oh-so-tired "how to exit vim(1)" schtick includes ref to https://nxdomain.no/~peter/ed_mastery_is_a_must_for_real_unix_person.html (alternatively https://bsdly.blogspot.com/2018/04/ed1-mastery-is-must-for-real-unix-person.html if you really don't mind being tracked) #vi #vim #howtoexitvim #ed #editors #standardeditor #unix #oldfart #greybeard
When we read books, in real life, we turn pages. Indeed, scrolling book would be so inconvenient, most likely a miserable experience.
Why we do scroll so much when we read on PC screens is a mystery to me.
We also scroll like there's no tomorrow when we code.
#Emacs and #Vim get this right (respectively with `C-l (recenter-top-bottom)` and `zz`, `zt`, `zb`)