summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-08-27 19:39:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-08-27 19:41:39 +0900
commite0924d27b845582e51552f5d34a5ac2f050f0b27 (patch)
treecda1b15f9b0e4996de5c2ce6c6ca80207a002bc1 /CHANGELOG.md
parent2775b771f27d7a1d89cdf067a56cc0e9238f101d (diff)
downloadfzf-e0924d27b845582e51552f5d34a5ac2f050f0b27.tar.gz
Change default --ellipsis to '··'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24a13b4d..0f634155 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ CHANGELOG
fzf --preview "printf '<< \e]8;;http://github.com/junegunn/fzf\e\\Link to \e[32mfz\e[0mf\e]8;;\e\\ >>'"
```
+- The default `--ellipsis` is now `··` instead of `..`.
- [vim] A spec can have `exit` callback that is called with the exit status of fzf
- This can be used to clean up temporary resources or restore the original state when fzf is closed without a selection
- Fixed `--tmux bottom` when the status line is not at the bottom