tmpm697
tmpm697
Can this project async display git status? don't hold and drag the prompt until get all info? just instant draw the prompt and the doing git stuffs in background and...
sr, but would love to able to resize pane with mouse :) with only this addition is what i really needed.
Maybe press `:` again to dimiss jump but keep `ctrl-c` to dismiss all at one?
any chance for this to be `fixed`? i wouldn't consider this as a bug or feature but a bit annoying when using.
> It's not clear that the suggested behavior can be universally agreed upon. If I'm not mistaken, you discovered the jump feature pretty recently, but the option was initially introduced...
> The reason I'm not advertising `jump` feature is that I don't personally use it and I don't think it's the most natural way to use the finder. You have...
> FWIW, I just found out about jump and it would be nice to add this feature! > > > It's not clear that the suggested behavior can be universally...
> A more flexible approach would be to add events, namely `jump` and `jump-cancel`, so you can get the desired behavior and replace `jump-accept` action. > > ```shell > fzf...
I have this: ``` zsh -df echo "1\n2" | fzf --bind 'load:+jump-accept' --bind 'ctrl-y:abort,jump-cancel:abort' ``` When i try to use `ctrl+n/p` to *not* abort jump but trying to dismiss the...
> In the current implementation, any key that is not one of the jump labels simply cancels the jump mode. So there's no difference between pressing CTRL-P and pressing ESC...