Junegunn Choi
Junegunn Choi
Thanks @Apache9 and @NihalJain for the review. When you have a moment, could you take another look? I've changed the method signatures as described in https://github.com/apache/hbase/pull/7074#issuecomment-2949438713. I have a couple...
No idea what's going on. Can you start bash like this, ```sh bash --noprofile --rcfile
Thanks for testing it. Here's why this is still marked as a draft. It currently doesn't work well with non-percent width and height values. Zellij lacks options to open floating...
I'm going to ask if they're willing to make the floating pane start at the center of the screen by default. It's a little strange that it no longer starts...
https://github.com/zellij-org/zellij/issues/3901
Another thing I would like to see from Zellij is an option to disable the border around the floating pane, because fzf has its own `--border` which is much more...
> I use vim-plug to manage my vim plugins Do you use vim-plug to install fzf? Or you manually install it on the shell? How does your `Plug` command for...
I would suggest that you use a package manager of your system to install fzf, so that fzf is in your `$PATH`, and just add a single line to your...
Using `-z` along with `--read0` is the only option, but unfortunately, that disables colored output. ```sh # Colors git -c color.status=always status --short --no-branch | fzf --ansi # No colors...
I can't reproduce the problem. Can you check if you still have the problem on a clean bash environment? ```sh env -i "PATH=$PATH" bash --noprofile --rcfile