Peter Tripp

Results 429 comments of Peter Tripp

@gazsp / @jeremyckahn If this just started happening with v0.195.x it's likely: - #34659 Can you reply with your processor model and details about your gpu(s) if any?

So: - @Tropix126 you are seeing this under fedora 43 and not fedora 41 (both wayland with GNOME). What video cards(s) do you have? - @roufpup you are seeing this...

You're running `575.57.8.0` do you know which version you were running before (which I assume worked). Can you try reverting?

Hi @stephen776, interesting. So as I understand this, when searching in vim mode it dynamically creates "labels" which are appended inline following matches to allow you to quickly jump to...

@ringods Thinking about the implementation of this. Are you looking to just have a set of good defaults (e.g. language server configs, pathing, proxy settings, etc) which could be overridden...

https://github.com/zed-industries/zed/pull/30444 adds support for a a ~/.config/global_settings.json, I would also like to support `/etc/zed/settings.json` so that it can read-only on multi-user systems.

@jgonyea Thanks for reporting. I think your desired behavior is more correct, sort on display_name falling back to modelname if no display name is set.

Thanks @tidely!

One complexity I want to note is that async nature of many actions. For example triggering `["Format Buffer", "Save Buffer", "Close Buffer"]` requires the creation of a silent "async wait"...

This stems from the following global keybinds: https://github.com/zed-industries/zed/blob/c11bde7bf4e428be7639aaf9ffc7ea3dc5becf16/assets/keymaps/default-macos.json#L8-L9 https://github.com/zed-industries/zed/blob/c11bde7bf4e428be7639aaf9ffc7ea3dc5becf16/assets/keymaps/default-macos.json#L14-L15 To support pagewise navigation Zed would need to add `menu::selectPageDown` / `menu::selectPageUp` actions and rebind the defaults accordingly. This affects: -...