Reload should update preview window

Fix #2644
This commit is contained in:
Junegunn Choi
2021-10-23 01:06:15 +09:00
parent 4138333f5c
commit 97ae8afb6f
2 changed files with 8 additions and 0 deletions

View File

@@ -2673,6 +2673,7 @@ func (t *Terminal) Loop() {
command := t.replacePlaceholder(a.a, false, string(t.input), list)
newCommand = &command
t.reading = true
t.version++
}
case actUnbind:
keys := parseKeyChords(a.a, "PANIC")