summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-11-15 00:39:29 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-11-15 00:39:29 +0900
commitd2fa4701651a1228ab7aea67eb195fc446f4a2a0 (patch)
treee66ef0e1244512ad16e67959c60acc1c7c5be280 /CHANGELOG.md
parent168453da71af199a76279b9d4017ad1f72ba1f26 (diff)
Add --info=STYLE [default|inline|hidden]
Close #1738
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 d33a181b..0a1a8a6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,10 @@ CHANGELOG
# usage: _fzf_setup_completion path|dir COMMANDS...
_fzf_setup_completion path git kubectl
```
+- Info line style can be changed by `--info=STYLE`
+ - `--info=default`
+ - `--info=inline` (same as old `--inline-info`)
+ - `--info=hidden`
- When you transform the input with `--with-nth`, the trailing white spaces
are removed.
- `ctrl-\`, `ctrl-]`, `ctrl-^`, and `ctrl-/` can now be used with `--bind`