mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 12:42:01 -07:00
Replace eof action with cancel (#289)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user