Peter Tripp
Peter Tripp
@puckdoug This is off-topic, but what you attached is actually valid utf-8/iso-8859-1/latin-1 text. I assume somewhere else in your script there there are some byte sequences like `ÿ` (utf-8 U+00FF;...
I'm going to go ahead and pass on adding this to the Zed extension store. I'm unsure of the general utility and don't think this is the right way to...
Yep, I can reproduce. The two keybinds do not work well together. Holding alt prevents one from using the `cmd-ctrl-right` keybind because if you release alt or press one of...
This keymap doesn't seem to work for me (macOS dings, zed doesn't see the event). I would love to have a keybind which includes `alt` so the two can be...
I found my conflict with `ctrl-alt-cmd-right` (Rectangle.app). Yes, it looks like we would need do something explicitly to the `editor::AcceptPartialEditPrediction` action to make it support being used in subtle mode....
There has been previous work and discussions here: - https://github.com/zed-industries/zed/issues/6687 - https://github.com/zed-industries/zed/pull/12006
I cannot reproduce with steps providing using the same Zed version as you (v0.188.5). Do you have any extensions which might be shipping their own tree-sitter-yaml? (Docker compose, etc). If...
Much better! Except Modus Operandi Tinted is still really close: | Modus Operandi Tinted | | - | | | (thanks for taking the time to try and improve this)
I can reproduce. I'm not sure the auto-surround behavior `Math.round(this.value)` would be the desired behavior in all circumstances, but Zed clobbering the next token (`this` in your example) definitely seems...