Does Zed have a command log/history? #24716
Unanswered
thomasheartman
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was just casually working on some react tsx stuff when WHAM! super long nasty type hints everywhere:
The problem is: I didn't know how I did it and I didn't know how to undo it. Well, aside from closing and re-opening the file.
This is what it should look like:
I found out now that it's
editor: toggle inlay hints
and bound to^:
, so that's good. But I only found out when writing up this discussion.So that leads me to: does zed have something like a command log or some other way you can figure out what just happened? I know you can
open log
, but that wasn't very helpful here. When unexpected things happen in the editor, it'd be useful to go and see just what it wasBeta Was this translation helpful? Give feedback.
All reactions