From a4d78e2200d9954eddb412c26d0934e791148221 Mon Sep 17 00:00:00 2001 From: Uri Gorelik Date: Wed, 7 Jun 2017 21:02:34 -0400 Subject: [PATCH] Update CHANGELOG with unix-line-discard+top (#940) Also change the example binding for `unix-word-rubout` to *ctrl-w* instead of *ctrl-u* --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8557c..ffb10fe 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