Update CHANGELOG with unix-line-discard+top (#940)

Also change the example binding for `unix-word-rubout` to *ctrl-w* instead of *ctrl-u*
This commit is contained in:
Uri Gorelik 2017-06-07 21:02:34 -04:00 committed by Junegunn Choi
parent b49f22cdf9
commit a4d78e2200
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ CHANGELOG
- New `change` event and `top` action for `--bind`
- `fzf --bind change:top`
- Move cursor to the top result whenever the query string is changed
- `fzf --bind ctrl-u:unix-word-rubout+top`
- `top` combined with `unix-word-rubout`
- `fzf --bind 'ctrl-w:unix-word-rubout+top,ctrl-u:unix-line-discard+top'`
- `top` combined with `unix-word-rubout` and `unix-line-discard`
- Fixed inconsistent tiebreak scores when `--nth` is used
- Proper display of tab characters in `--prompt`
- Fixed not to `--cycle` on page-up/page-down to prevent overshoot