Daniel de Souza

Results 37 comments of Daniel de Souza

## Before ![115155456-6bbb4a00-a056-11eb-97aa-f300b679cf76](https://user-images.githubusercontent.com/13279154/134790050-7bbac5b6-15d0-4867-bc2f-045a5cb45235.png) ## After ![Screenshot from 2021-09-25 22-28-10](https://user-images.githubusercontent.com/13279154/134790167-59d04bf3-005e-4cae-9b83-fc5090181c9f.png)

This would be really useful. And I also would like to reference past commits in a similar way. Example: `{{ HEAD^2 }}`

The 'change-prompt' discussed bellow might be useful https://github.com/junegunn/fzf/issues/2423

> Currently, cosmiconfig searches up the parent tree from the working directory, stopping at $HOME, which is fine and most, I would assume, are okay with this. Keep doing this...

Is that to avoid the "whitespace" wrapping problem? +1 that

@rixx You can move `~/.myclirc` to `./config/mycli/myclirc` or `$XDG_CONFIG_HOME/mycli/myclirc` as implemented by #808. Following that. Shouldn't the app also look for `.mycli.log` and `.mycli-history` at `$XDG_DATA_HOME/mycli`? As far as I...

This happen because the word-glob that was large and caused the line wrap. Vim conceals after wrapping. I don't know a way to solve but... You can use the shortest...

Fixed this issue for Ferdium (custom CSS to make it like Z version) https://github.com/ferdium/ferdium-recipes/pull/33

I'm facing he same issue. I guess the extra `!` is the culprit.

Related to #367 and #544. Things don't have to overly complicated. If the widget were to add support for it, users could easily and dynamically set theme using CSS variables.