m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Add --preview-window noborder option to disable preview border

Close #1699
This commit is contained in:
Junegunn Choi
2019-11-15 11:37:52 +09:00
parent d2fa470165
commit e24299239e
4 changed files with 16 additions and 4 deletions

View File

@@ -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`