mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 03:19:01 +00:00
Mention that the fish bug has been fixed (#912)
This commit is contained in:
parent
2d61691bb2
commit
6898849e3e
@ -394,9 +394,9 @@ export FZF_DEFAULT_COMMAND='
|
|||||||
#### Fish shell
|
#### Fish shell
|
||||||
|
|
||||||
It's [a known bug of fish](https://github.com/fish-shell/fish-shell/issues/1362)
|
It's [a known bug of fish](https://github.com/fish-shell/fish-shell/issues/1362)
|
||||||
that it doesn't allow reading from STDIN in command substitution, which means
|
(will be fixed in 2.6.0) that it doesn't allow reading from STDIN in command
|
||||||
simple `vim (fzf)` won't work as expected. The workaround is to use the `read`
|
substitution, which means simple `vim (fzf)` won't work as expected. The
|
||||||
fish command:
|
workaround is to use the `read` fish command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
fzf | read -l result; and vim $result
|
fzf | read -l result; and vim $result
|
||||||
|
Loading…
Reference in New Issue
Block a user