Bind CTRL-D to the new delete-char/eof action

- CTRL-D - delete-char/eof
- DEL - delete-char
This commit is contained in:
Junegunn Choi
2015-07-23 00:56:03 +09:00
parent cc0d5539ba
commit 13e040baee
4 changed files with 10 additions and 3 deletions

View File

@@ -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