summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-23 21:05:33 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-23 21:05:33 +0900
commitfdbf3d3fec4121a52a77330bba383c4878547b2a (patch)
treef4c1447c194027ffd718612d64e0e5f5ef404fe1 /CHANGELOG.md
parentf9136cffe6d9a57003f3db39a07546b43df134cb (diff)
Replace eof action with cancel (#289)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c6ab2cf..3f411708 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,9 @@ CHANGELOG
- Added options for sticky header
- `--header-file`
- `--header-lines`
-- Added `eof` action which closes the finder only when the input is empty
- - e.g. `export FZF_DEFAULT_OPTS="--bind esc:eof"`
+- Added `cancel` action which clears the input or closes the finder when the
+ input is already empty
+ - e.g. `export FZF_DEFAULT_OPTS="--bind esc:cancel"`
- Added `delete-char/eof` action to differentiate `CTRL-D` and `DEL`
### Minor improvements/fixes