Michael Davis

Results 816 comments of Michael Davis

Can you reproduce this on master? It looks like you're on a branch based on #2377

Fixed in https://github.com/helix-editor/helix/pull/5070

To me the `"" = ""` configuration sounds like a simplified form of snippets so I think it would be preferrable to work on snippets #395 rather than these abilities...

> ... for security reasons the build process happens in a sandbox with no network access. All crates, grammars and submodules etc. need to be fetched and verified beforehand. We...

Closing in favor of #9565 which is more focused

I can't imagine use-cases for either of these, could you expand on that in a separate discussion? This is specifically about the Kakoune registers & clipboard registers

Yeah the existing line you linked is used for `"#` or `"#` so you can increment/decrement by selection number. With this PR you can use `"#P` to paste the selection...

Pascal and I chatted about this and settled on something lighter-weight. The trait is replaced with `match`s on the chars. The `clipboard_provider` moves from Editor to Registers and all clipboard...

Duplicate of https://github.com/helix-editor/helix/pull/5943

I think this would be a welcome change. Currently it's hardcoded to extend: https://github.com/helix-editor/helix/blob/06d7f5d100fdcc99f4cdfda879898b2d488d8d7c/helix-term/src/commands.rs#L1263-L1265 But it could re-use that `extend` parameter. Also it might be useful as a larger refactor...