Simon Désaulniers

Results 142 comments of Simon Désaulniers

I just bought my Roland Rubix22 and I also only have one input device: ``` > pactl list short sources 60 easyeffects_sink.monitor PipeWire float32le 2ch 48000Hz RUNNING 61 easyeffects_source PipeWire...

For me, the file suggested by @imsys didn't work. I described my issue [here](https://github.com/imsys/fzf/commit/b2b25b2d64c2c4bae7e970dcc15798994686492c#r172246404). I decided to submit 2 PRs to fix those issues: * https://github.com/imsys/fzf/pull/3 * https://github.com/imsys/fzf/pull/4 After applying...

@imsys Of course. I'll look at the bindings part, merge all we have that make sense and try to formulate a proper PR for upstream. Thanks for the initial work....

> I was having issues dropping in the file igor kindly posted - (the combination of zellij + nushell seemed to make fzf functional only outside of zellij). changing how...

I would advocate for the simplest, which is basically what is done in `htop`: just provide a mapping for scrolling the commandline text. May be scrolling by 5 (or more?)...

> 2025-05-16_02-05-57.mp4 > Movement animation sneek peek Nice work. I'm wondering if the animation speed is going to be customizable? Personally, I'd like to increase it to make the animation...

I'm on the latest version 0.60.1 and this issue is still there. I added `echoerr fzf#shellescape(dir)` inside the function `s:get_git_root` and I saw that for my repository under `C:\myRepo`, the...

This is clearly due to the fact that the function `s:shellesc_cmd` executes `substitute(e, '[&|()^!"]', '^&', 'g')` which doesn't make sense for Powershell. The third argument of `substitution` should rather be...