fzf icon indicating copy to clipboard operation
fzf copied to clipboard

Ef-🐟-ient fish keybindings for fzf

Results 27 fzf issues
Sort by recently updated
recently updated
newest added

Would it be possible to have the fzf tab completion only kick in after a tab fails to do any completion? Often I want to tab complete something I know...

help wanted

When I type the Home and End keys, the fzf completions appear and mess up everything in terminal. This only happens on Hyper Terminal. System info: OS: Linux Mint 19.3...

I accidentally found that after I install this plugin, when I press F1~F4 key(on a macOS), a list shown up, if I select on one of them and press enter...

There's this bit from the docs: > NOTE: On OS X, Alt-c (Option-c) types Γ§ by default. In iTerm2, you can send the right escape sequence with Esc-c. If you...

I can do Ctrl-O just fine, but if I select a file then it doesn't paste it to the command line but tries to execute it directly? ``` alper.jpg fish:...

If a file has spaces, tab completion does not escape the spaces or surround with quotes. Additionally, if preview is enabled, fzf only shows files up to the first space....

Would it be possible to have Fish’s fzf behave similar to zsh and bash in that it only tab-completes after a specific pattern was entered? In case of ash and...

In bash when i hit tab after 'kill' i get the following output: ![image](https://user-images.githubusercontent.com/15230040/78223794-2621f280-74d0-11ea-9de4-2c0c542c2886.png) When using fish I get this output: ![image](https://user-images.githubusercontent.com/15230040/78223888-46ea4800-74d0-11ea-85f1-cb6f3893b7b1.png) This is not useful because I can only...

1. Enable fzf tab completion 2. Run `mkdir tmp && mkdir tmp/foo && mkdir tmp/foobar` 3. Type `cd tmp/o` followed by `tab` I expect `fzf` to start with `tmp/o`. Instead,...