summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUri Gorelik <ugorelik@teldio.com>2017-06-07 21:02:34 -0400
committerJunegunn Choi <junegunn.c@gmail.com>2017-06-08 10:02:34 +0900
commita4d78e2200d9954eddb412c26d0934e791148221 (patch)
treeba7200bf269c751388ca187e8983adabc9ea9f28 /CHANGELOG.md
parentb49f22cdf9f2ca021382ddeb026c739a22120781 (diff)
Update CHANGELOG with unix-line-discard+top (#940)
Also change the example binding for `unix-word-rubout` to *ctrl-w* instead of *ctrl-u*
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb8557cb..ffb10fef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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