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.

Admin email
dharmiik@proton.me
Admin account
@dharmik@linuxusers.in

Search results for tag #vim

dharmik boosted

Digital Mark λ ☕️ 🕹 🙄 »
@mdhughes@appdot.net

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.

<scribbles>

Alt...<scribbles>

<scribbles>

Alt...<scribbles>

Hacker News 50 » 🤖
@hn50@social.lansky.name

Qutebrowser: A keyboard-driven, Vim-like browser

Link: github.com/qutebrowser/qutebro
Discussion: news.ycombinator.com/item?id=4

0 ★ 0 ↺

dharmik »
@dharmik@linuxusers.in

anyone has a solution to this problem. any extension? i don't think changes in the config file would help.

0 ★ 0 ↺

dharmik »
@dharmik@linuxusers.in

i thought split | terminal splits the window with the machines terminal with , but this is also seems to be mode. typing exit closes the window.

https://gist.github.com/mahemoff/8967b5de067cffc67cec174cb3a9f49d

Digital Mark λ ☕️ 🕹 🙄 »
@mdhughes@appdot.net

Also, hooray new MacVim version!

github.com/macvim-dev/macvim/r

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.

Peter N. M. Hansteen »
@pitrh@mastodon.social

My stock answer to all the oh-so-tired "how to exit vim(1)" schtick includes ref to nxdomain.no/~peter/ed_mastery_ (alternatively bsdly.blogspot.com/2018/04/ed1 if you really don't mind being tracked)

dharmik boosted

arialdo »
@arialdo@mastodon.online

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.

and get this right (respectively with `C-l (recenter-top-bottom)` and `zz`, `zt`, `zb`)

1 ★ 1 ↺
dharmik boosted

dharmik »
@dharmik@linuxusers.in

to copy text from your vim clipboard to your local machine clipboard, try "+y after selecting the text with visual.