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 45 minutes ago | parent
purpleidea 59 minutes ago | parent
ernestrc 50 minutes ago | parent
rao-v 36 minutes ago | parent
Could this (optionally) just run over Tailscale (I suppose ssh is always an option)
anigbrowl 35 minutes ago | parent
bobajeff 31 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 2 minutes 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 29 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.