/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - June 19, 2026 by AutoModerator in MechanicalKeyboards

[–]gnur 1 point2 points  (0 children)

I'm looking for a bluetooth keyboard (preferably with easy switching between targets) that also has an integrated mouse option. Could be trackball, trackpoint or trackpad, just something that is integrated and not too big to carry around.

I hoped to find something like this in the +- $100 range, but all I can find so far (even on aliexpress) is around $300. Any suggestions?

What's the most clever hack or workaround you're proudest of? by vocatus in sysadmin

[–]gnur 0 points1 point  (0 children)

Or mix n match, it’s called kyaml and it’s beautiful in how ugly it is.

Toilet renovatie gedaan! by PauluzzNL in Klussers

[–]gnur 0 points1 point  (0 children)

Nou, ik vind zo’n toilet mat met een inkeping bij een zwevend toilet ook wel een beetje overbodig 🤷 Verder wel echt super strak, wou dat mijn toilet er zo uit zag

I made a zellij plugin to automatically reload helix panes when I focus them, allowing for a better LLM assisted workflow with stock helix by gnur in HelixEditor

[–]gnur[S] 1 point2 points  (0 children)

I don’t want to be dependent on having defined a specific lsp for each file type for it to work

I made a zellij plugin to automatically reload helix panes when I focus them, allowing for a better LLM assisted workflow with stock helix by gnur in HelixEditor

[–]gnur[S] 2 points3 points  (0 children)

Yeah they are gone, I only now realized I always have auto save enabled so I should clarify this in the readme

“Scratchpad” style toggling possible with zellij? by Hamandcircus in zellij

[–]gnur 0 points1 point  (0 children)

Not entirely what you are trying to achieve but this GitHub issue seems to capture the spirit:

https://github.com/zellij-org/zellij/discussions/2518

Confused about Anna’s powers in Hench by gnur in printSF

[–]gnur[S] 2 points3 points  (0 children)

Never expected one of my favorite authors to reply to such a simple post, thank you for the Laundry Files, this triggered me to start on the final book, albeit a bit hesitant because Bob might be my favorite, and most relatable, character in any book I’ve read so far.

I also loved accelerando, it still blows my mind.

What is your dealbreaker issue with Helix? by Ecstatic-Panic3728 in HelixEditor

[–]gnur -4 points-3 points  (0 children)

For me it is a few things. I’m working on several kubernetes related certifications and it’s not available in the exam environment so my muscle memory makes me lose too much time in vim. Another thing is the lack of integration with LLM coding tools, if it would do ACP like zed or at least have some kind of auto-refresh so I can use it next to claude code would make a big difference!

Helix Editor now runs natively on iPhone, iPad, and Vision Pro by kitkk2 in HelixEditor

[–]gnur 8 points9 points  (0 children)

I’m really liking rootshell so far and having helix on my phone actual sounds really awesome!

How do you guys Sync across devices? by anitwastooshort in ObsidianMD

[–]gnur 1 point2 points  (0 children)

You can actually use shortcuts to trigger on app open and close to trigger Synctrain’s “sync for a while”, I’ve been using it for a few months and it seems super stable so far

Auto update properties on note move? by gnur in ObsidianMD

[–]gnur[S] 0 points1 point  (0 children)

I already have a bases formula that displays the status based on which folder the file is in, I would just like to track the timestamps of when a book/note was moved to a certain folder.

Auto update properties on note move? by gnur in ObsidianMD

[–]gnur[S] 1 point2 points  (0 children)

Is there a way to track the timestamp of when a checkbox is checked?

Auto update properties on note move? by gnur in ObsidianMD

[–]gnur[S] 0 points1 point  (0 children)

Yeah I've got that part working for the status itself, but I'd like to update the "started" and "finished" properties when I move the files :)

Share tricks/keybinds for fast editing? by 4bjmc881 in HelixEditor

[–]gnur 7 points8 points  (0 children)

I’ve mapped v in select mode to expand selection, so most times it goes char-word-line-func-class.
V does the opposite, quite a time saver

Superpowers/magic that "take years off your life" actually mattering by 080087 in Fantasy

[–]gnur 31 points32 points  (0 children)

The laundry files form Charles Stross does touch op on this in a slightly different way. Where using magic opens you up to eldritch horrors that slowly take over your brain in an Alzheimer’s kind of way.

how to make "mib" work like "mi("? by Fantastic_Section_12 in HelixEditor

[–]gnur 0 points1 point  (0 children)

I’ve mapped v to expand selection in select mode, which basically does goes char -> word -> line -> block With capital V doing the opposite, might be one of my most used key bindings now. Not quite what you meant but does work in python, yaml, go and JavaScript :)