mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-11 08:28:36 +00:00
parent
5fc78e4584
commit
50eb2e3855
@ -2658,6 +2658,7 @@ func (t *Terminal) Loop() {
|
|||||||
if valid {
|
if valid {
|
||||||
command := t.replacePlaceholder(a.a, false, string(t.input), list)
|
command := t.replacePlaceholder(a.a, false, string(t.input), list)
|
||||||
newCommand = &command
|
newCommand = &command
|
||||||
|
t.reading = true
|
||||||
}
|
}
|
||||||
case actUnbind:
|
case actUnbind:
|
||||||
keys := parseKeyChords(a.a, "PANIC")
|
keys := parseKeyChords(a.a, "PANIC")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user