summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-22 22:56:53 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-22 22:57:48 +0900
commitcc0d5539ba35b480ae3fb590c562a08637b37064 (patch)
tree5c101accca22b7987705d16366c5f8c9b58dafea /CHANGELOG.md
parentb53f61fc597d97d852d0f980374e80a34f450777 (diff)
Add "eof" action which closes the finder only when input is empty
Close #289
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84b6f5e5..e3136ee8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ 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"`
### Minor improvements/fixes