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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user