mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-13 13:53:47 -05:00
Add 'start' event that is triggered once when fzf finder starts
Close #1622
This commit is contained in:
@@ -543,6 +543,8 @@ func parseKeyChords(str string, message string) map[tui.Event]string {
|
||||
add(tui.Change)
|
||||
case "backward-eof":
|
||||
add(tui.BackwardEOF)
|
||||
case "start":
|
||||
add(tui.Start)
|
||||
case "alt-enter", "alt-return":
|
||||
chords[tui.CtrlAltKey('m')] = key
|
||||
case "alt-space":
|
||||
|
||||
Reference in New Issue
Block a user