Junegunn Choi
Junegunn Choi
@dieterdemeyer Okay, if that was the case, we can ensure that the original history command is executed like so ```diff diff --git a/shell/key-bindings.bash b/shell/key-bindings.bash index be24dec..cb86e98 100644 --- a/shell/key-bindings.bash +++...
FYI, the manual is embedded in the fzf binary, and you can open it with `fzf --man`.
I figured. Adding the file to the archives is trivial. ```diff diff --git a/.goreleaser.yml b/.goreleaser.yml index b613159..863afce 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -84,7 +84,9 @@ archives: - goos: windows...
Thanks. > extremely slow up to several seconds depending on the system Do you actually notice a slowdown in practice? I'd assumed the difference would be negligible on modern systems....
> Although I don't use MSYS2 daily, the result of `time __fzf_list_hosts` in my environment was about 0.5-0.7 secs. Thanks. That was what I wanted to know. > Actually, _the...
Thanks for the detailed comment. I can feel the pain you had to go through :) I'll take a closer look later today.
Merged, thanks a lot!
Do you still need the script? fzf has native winpty integration since 0.53.0 and works on mintty. https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0530
Oh well. Just curious, are you forever stuck with Windows 7? Any plans to upgrade? It was EOL-ed a long time ago. Continuing support for Windows 7 is preventing fzf...
Could you provide the steps to reproduce the issue?