Justin Su

Results 199 comments of Justin Su

This is fixed in 2.0.14 and should be closed.

Currently, `bindings.json` is the source of truth for any changes away from the [default keybindings](https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md). Some things become less clear after this change: 1. How can I tell what a...

> The `showkey` command shows that. I'm glad this exists. Opened #3391 because it took me a few tries to figure out how to use it. Finding out what a...

> In the case of multiple plugins trying to bind the same key, this change would be a breaking change. Maybe we can output an error message when multiple plugins...

> Enable concurrent downloads by default i.e. default `HOMEBREW_DOWNLOAD_CONCURRENCY` to `auto` and allow `HOMEBREW_DOWNLOAD_CONCURRENCY=1` as opt-out. This was done in https://github.com/Homebrew/brew/pull/20975.

I encountered this while setting up delta with https://github.com/PatrickF1/fzf.fish by following the instructions at https://github.com/PatrickF1/fzf.fish/blob/main/README.md#integrate-with-a-diff-highlighter. To get the width correct, I ended up using this: ```fish set fzf_diff_highlighter delta --width=\$FZF_PREVIEW_COLUMNS...

In the meantime, I'm using this `sed -E` expression. It works with/without `--long` and tolerates `--classify`, `--color`, `--hyperlink`, and `--icons`. ```sed s|(->.+)$HOME/|\1~/| ```

Dragging text from another application into a Zed editor should also work.

> Dragging text from another application into a Zed editor should also work. @smitbarmase Would you prefer to open a new discussion for this?

This is mostly a duplicate of https://github.com/githubnext/monaspace/issues/314.