m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00

Add 'result' event that is triggered when the result list is ready

Close #3560
This commit is contained in:
Junegunn Choi
2024-01-07 17:44:49 +09:00
parent e47dc758c9
commit 250496c953
6 changed files with 35 additions and 2 deletions

View File

@@ -650,6 +650,8 @@ func parseKeyChordsImpl(str string, message string, exit func(string)) map[tui.E
add(tui.Load)
case "focus":
add(tui.Focus)
case "result":
add(tui.Result)
case "one":
add(tui.One)
case "zero":