m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Remove immediate flickering on reload action

This commit is contained in:
Junegunn Choi
2019-12-05 22:25:43 +09:00
parent ef80bd401f
commit 394d8cfd18
2 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,10 @@ CHANGELOG
0.19.1 (WIP)
------
- Removed the immediate flicking of the screen on `reload` action.
```sh
: | fzf --bind 'change:reload:seq {q}' --phony
```
- It is now possible to split a composite bind action over multiple `--bind`
expressions by prefixing the later ones with `+`.
```sh