Add --info=STYLE [default|inline|hidden]

Close #1738
This commit is contained in:
Junegunn Choi
2019-11-15 00:39:29 +09:00
parent 168453da71
commit d2fa470165
5 changed files with 84 additions and 29 deletions

View File

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