summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-11-15 11:37:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-11-15 11:39:51 +0900
commite24299239ee2b38ab93b7c57932c3ac765f596b3 (patch)
tree95725bb61ebe21acc82d82e715c342e27abba4a3 /CHANGELOG.md
parentd2fa4701651a1228ab7aea67eb195fc446f4a2a0 (diff)
Add `--preview-window noborder` option to disable preview border
Close #1699
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a1a8a6d..b8eb3f5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,6 +43,8 @@ CHANGELOG
- `--info=default`
- `--info=inline` (same as old `--inline-info`)
- `--info=hidden`
+- Preview window border can be disabled by adding `noborder` to
+ `--preview-window`.
- 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`