Junegunn Choi
Junegunn Choi
> Also, why do I get `` `__fzf_cd__` `` when I use `Alt+c`? I don't get `` `__fzf_history__` `` when I use `Ctrl+r` or `nvim ** `. > Is it...
What is the difference between `wezterm imgcat` and `imgcat`? Is there any reason you have to use the former?
So here's what I've found. The output of `imgcat` ends with `^G` as documented in the official specification (See "Protocol" section of https://iterm2.com/documentation-images.html). However, the output of `wezterm imgcat` ends...
Thanks for the comment. I will update the regex. But, ```sh # Dump the output to a file wezterm imgcat fzf.png > /tmp/image # With the updated regex, fzf can...
Thanks for the pointers. I've discovered that the hanging has something to do with `setpgid`. This is a minimal code to reproduce the problem. ```go package main import ( "os/exec"...
Thanks, you might want to report the issue to https://github.com/conda-forge/fzf-feedstock instead. It wouldn't be too hard to change the recipe.
FYI, fzf 0.53.0 has native `--tmux` option that can replace fzf-tmux. https://github.com/junegunn/fzf/blob/master/ADVANCED.md#--tmux
> but it do not work. Do you get the same error message?
Windows terminals don't seem to render `▏` correctly. Going to use `│` for marker instead.
@LangLangBart Thanks for the test! > Now I have a powerful tool to search through all my functions for a keyword. That looks super nice. > Pointer looks good; I...