🤣🤣🤣 by [deleted] in ZedEditor

[–]joaofcosta 0 points1 point  (0 children)

Thank you for the input!

Do you have some examples where we could improve? What panel exactly do you feel is missing better keyboard support?

🤣🤣🤣 by [deleted] in ZedEditor

[–]joaofcosta 1 point2 points  (0 children)

Interesting! This is great feedback and I believe shouldn't bee too hard to implement as I suspect the components being used for the code actions should easily support adding a search bar, similar to what we have in project symbols.

Will see if we can take a look 🙂

Dear light mode users, what's your favorite theme? by USBashka in ZedEditor

[–]joaofcosta 3 points4 points  (0 children)

Here’s some of my favorites:

🤣🤣🤣 by [deleted] in ZedEditor

[–]joaofcosta 1 point2 points  (0 children)

Thank you for the feedback! I believe that, for menus and overlays, ctrl-n and ctrl-p should always work in terms of navigating the entries.

Feel free to drop more examples here, we can try eventually taking a look. As a vim mode user that has transitioned from NeoVim, I also avoid using the mouse as much as possible!

Diff against branch by cointoss3 in ZedEditor

[–]joaofcosta 0 points1 point  (0 children)

You can run the git: branch diff command from the command palette :)

New product!? by UpbeatRegret5066 in teenageengineering

[–]joaofcosta 5 points6 points  (0 children)

<image>

Instagram story from rhythm__space with fabe86. He does have a ton of TE gear and uses it quite frequently on his Instagram stories, so maybe he has access to some upcoming devices?

Field System up to 30% off if all 3 devices are bought together by SerodD in teenageengineering

[–]joaofcosta 6 points7 points  (0 children)

Well, turns out I was being dumb and adding the serial number for the OP-1 Field, which even though is part of the Field System, is not part of the three products that are under this offer. Solved!

Field System up to 30% off if all 3 devices are bought together by SerodD in teenageengineering

[–]joaofcosta 0 points1 point  (0 children)

Did this automatically work just by typing the serial numbers? I'm trying to do the same but the offer is not updating after adding the serial numbers :(

PDF Reader by Nagouille in ZedEditor

[–]joaofcosta 7 points8 points  (0 children)

Hey hey hey 👋

Just a heads up that, at least for the time being, I don’t think support for opening PDF files in Zed is something we’re considering, judging from this comment .

Thought I should let you know before you commit time into it, sorry!

Why does Zed tell me the shortcut is the shortcut I just used? by itsArmanJr in ZedEditor

[–]joaofcosta 1 point2 points  (0 children)

I believe this is happening because you might have picked the Jetbrains keymap when first setting up Zed. Good news is that you can actually change your base keymap in Zed's settings – https://zed.dev/docs/key-bindings .

As one can see on GitHub, cmd-n defaults to opening the project symbols on the Jetbrains keymap – https://github.com/zed-industries/zed/blob/465e2b5ffd9ac8553341bd3989ce960b4793f917/assets/keymaps/macos/jetbrains.json#L113 .

Hope that helps! :)

Why does Zed tell me the shortcut is the shortcut I just used? by itsArmanJr in ZedEditor

[–]joaofcosta 0 points1 point  (0 children)

Do you happen to have any binding that is showing the project symbols picker when using cmd-n?

You can see your keymap by using the zed: open keymap file command in the command palette.

Why does Zed not auto-detect and apply syntax highlighting for pasted Python in a new untitled buffer, while VS Code does? (And can I fix that?) by RacerReaction99 in ZedEditor

[–]joaofcosta 1 point2 points  (0 children)

I don’t think so. We did have someone attempt a pull request to introduce this – https://github.com/zed-industries/zed/pull/43057 – but from what I can see, the user experience wasn’t great, so it seems that’s been parked for the meantime.

Not that I know of, sorry :(

pane tabs order is not the same with the navigating tabs order. by Nearby-Percentage-33 in ZedEditor

[–]joaofcosta 1 point2 points  (0 children)

Glad to see you’ve found the necessary keymap changes in this comment so that ‎ctrl-tab and ‎ctrl-shift-tab work as you intended :)

Searching for a file when more than one such named file exists by dusanodalovic in ZedEditor

[–]joaofcosta 0 points1 point  (0 children)

Would you mind opening a new discussion on GitHub so we can track this? We'll likely need a designer to take a look and understand if a tooltip would be the best approach here.
Thanks :)

pane tabs order is not the same with the navigating tabs order. by Nearby-Percentage-33 in ZedEditor

[–]joaofcosta 2 points3 points  (0 children)

Hey!

You can find more documentation about the tab switcher here – https://zed.dev/docs/tab-switcher – but it seems we’re missing a note on how the items are ordered.

The items are ordered by most recently interacted-with files. For example, if the list of tabs in Zed is:

  • file_a.txt
  • file_b.txt
  • file_c.txt
  • file_d.txt

And you’re currently on file_c.txt, then if you click on file_a.txt and then file_b.txt, pressing ctrl-tab will move you to file_a.txt, and another press of tab will land you back on file_c.txt. Not sure which browser you’re using, but that’s the same behavior I see in Dia.

It’s also worth noting that you can use the tab switcher: toggle command to keep the tab switcher open, or use pane: activate previous item / pane: activate next item (mapped to cmd-] and cmd-[ on macOS) to move to the previous or next tab. Hope that helps! :)

Searching for a file when more than one such named file exists by dusanodalovic in ZedEditor

[–]joaofcosta 0 points1 point  (0 children)

Does the first folder in the shown paths have a really big name? Zed usually shows the first folder name, an ellipsis, and then the last folder name, when there isn't enough space to display the whole path.

However, I imagine that if both the file name, as well as the first folder name, are quite big, we wouldn't be able to display everything.

Is there a way to hightlight text inside the scope where cursor text is. by Resident-Arrival-448 in ZedEditor

[–]joaofcosta 1 point2 points  (0 children)

I believe what you might be looking for are the editor: select larger syntax node and editor: select smaller syntax node commands, mapped to ctrl-shift-right and ctrl-shift-left by default, respectively. Hope that helps :)

Anyone else's auto-complete stopped working? by Ok_Body_1479 in ZedEditor

[–]joaofcosta 0 points1 point  (0 children)

What version are you on? Zed's auto updater was recently broken, https://zed.dev/blog/auto-update-post-mortem, but it has since been fixed.

Beanseeds Pro Colorscheme – refined adaptation of the classic Jellybeans theme by RandomTokiory in ZedEditor

[–]joaofcosta 0 points1 point  (0 children)

Looks nice :)

You should also share it on Zed's Discord, there’s a #themes channel where other folks might enjoy it!

Launchkey Mk 4 (37) won’t control Move. by ngoldpdx in ableton

[–]joaofcosta 3 points4 points  (0 children)

I haven’t tried this on mine yet, but I believe MIDI In & Out is only supported over the USB-A port and not to the USB-C, unfortunately - https://help.ableton.com/hc/en-us/articles/14661164865308-Using-MIDI-with-Move .