summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-12-05 22:25:43 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-12-05 22:27:18 +0900
commit394d8cfd18819281f237f736ce60586df359541d (patch)
treed6a30c437cbf949fcbbbfc50c0c6071673491b75 /CHANGELOG.md
parentef80bd401fdab3979a72696dac585f1cbd463efc (diff)
Remove immediate flickering on reload action
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4754dd2d..91ff9619 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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