59 points ernestrc 3 hours ago 13 comments
ernestrc 3 hours ago | parent
fishgoesblub 1 hour ago | parent
ramon156 1 hour ago | parent
Not because I dislike Zed, I'm just addicted to trying out IDEs :)
ernestrc 43 minutes ago | parent
purpleidea 57 minutes ago | parent
ernestrc 48 minutes ago | parent
rao-v 33 minutes ago | parent
Could this (optionally) just run over Tailscale (I suppose ssh is always an option)
anigbrowl 33 minutes ago | parent
bobajeff 29 minutes ago | parent
One thing I would like to see on the home page is a video showing it being used. Also would like to see how it looks in a light theme. The repository says it's keyboard driven does that mean it's modal or can I still use it like a normal modeless editor?
ernestrc 24 seconds ago | parent
> Also would like to see how it looks in a light theme. Not great. I prefer dark themes so I haven't spent enough time making it look good on a light theme.
> The repository says it's keyboard driven does that mean it's modal or can I still use it like a normal modeless editor? There's three modes, vim, emacs and standard, which determine the key bindings not just when opening a file, but also everywhere else. https://docs.rune.build/learn/standard-editor
elcritch 27 minutes ago | parent
I've been building my own editor and gui toolkit, but modeled on Cocoa/OpenStep and similarly found tuning terminal performance involved more about tuning memory access and storage. That sounds somewhat similar to the experience in TFA.