summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-23 00:56:03 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-23 00:56:03 +0900
commit13e040baee77d75736f9fbb53f269d5ddc97efb9 (patch)
tree9f22e230cf9d79c8aaf9b9d30ad904f194acdac1 /CHANGELOG.md
parentcc0d5539ba35b480ae3fb590c562a08637b37064 (diff)
Bind CTRL-D to the new delete-char/eof action
- CTRL-D - delete-char/eof - DEL - delete-char
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3136ee8..3c6ab2cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ CHANGELOG
- `--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 `delete-char/eof` action to differentiate `CTRL-D` and `DEL`
### Minor improvements/fixes