Add "eof" action which closes the finder only when input is empty

Close #289
This commit is contained in:
Junegunn Choi
2015-07-22 22:56:53 +09:00
parent b53f61fc59
commit cc0d5539ba
5 changed files with 23 additions and 0 deletions

View File

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