

Yes! My mistake for that implication. Automatically using LAN is what impressed me the most, but it transfers over networks and, because it relies on outbound HTTP connections, bypasses many firewalls.
I do not know if it uses NAT hole-punching, but it has always been relatively fast at transferring data considering that it’s a free service.


Helix is my go-to terminal editor. While I would describe the controls as being Vim-like (
:qto quit,ito insert), they refer to it as selection-based, similar to Kakoune.For instance, in Vim, you can replace a word with
c a wto “change all word”.In Helix, you would use
b e cto extend the selection to the beginning of the word, extend the selection to the end, and then change everything within the selection.It excels at multi-cursor editing and selecting things with regex, and I’ve heard they’re finally getting plugin support.