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

Using TAB completion with directories containing spaces in their names appears to be broken (?). I attach two screenshots with and without FZF_COMPLETE to illustrate the issue. **Without FZF TAB...

I have the [Vi Bindings](https://fishshell.com/docs/current/interactive.html#shared-bindings) enabled and I'm not able to get alt+o or alt+shift+o working at all. It seems there's an existing binding mentioned in that doc: > Alt+O...

Arch Linux with all packages up to date ``` fish 3.0.2-3 fzf 0.19.0-1 Oh My Fish dev channel version 6-46-g6b2ce5c ``` ``` > set | grep FZF FZF_COMPLETE 2 FZF_DEFAULT_OPTS...

1. tab_complete(__fzf_complete) failed if typing middle part of the target 2. I have to type another space between the middle string and the directory path in fzf prompt Check the...

The following function is based on `__fzf_complete_preview` function and `~/.config/ranger/scope.sh` file, not as rebust `scope.sh`, just an example, but it can be extended based on it, and since I use...

I could not find any documentation in regards to `FZF_PREVIEW_FILE_CMD` and `FZF_PREVIEW_DIR_CMD`. My initial thought it would be the commands used automatically if I do `fzf --preview`. But seeing as...

1. add FZF_ENABLE_CD_PREVIEW, FZF_ENABLE_FILE_PREVIEW variables for preview window cd/find-file command 2. using --preview-window value in user's FZF_DEFAULT_OPTS if it is set