You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/shell
ptzz 2b19c0bc68 [bash/zsh] Fix missing fuzzy completions (#1303)
* [bash/zsh] Fix missing fuzzy completions

`cat foo**<TAB>` did not display the file `foobar` if there was a directory
named `foo`.

Fixes #1301

* [zsh] Evaluate completion prefix

  cat $HOME**
  cat ~username**
  cat ~username/foo**
6 years ago
..
completion.bash [bash/zsh] Fix missing fuzzy completions (#1303) 6 years ago
completion.zsh [bash/zsh] Fix missing fuzzy completions (#1303) 6 years ago
key-bindings.bash [bash] Add --sync to the default CTRL-R options 6 years ago
key-bindings.fish [fish] Fix ctrl-r regression in versions <2.4 (#972) 7 years ago
key-bindings.zsh [zsh] Fire zsh precmd functions after cd (#1136) 7 years ago