file_chooser: re-fire fuzzy on FocusIn into entry

This commit is contained in:
slagernate 2026-05-07 16:02:51 -07:00
parent 475d1ae247
commit d92b43bf96
1 changed files with 3 additions and 0 deletions

View File

@ -6042,6 +6042,9 @@ proc file_chooser {} {
bind .ins.top3.fzf_e <KeyRelease> {
fuzzy_chooser_inline [.ins.top3.fzf_e get]
}
bind .ins.top3.fzf_e <FocusIn> {
fuzzy_chooser_inline [.ins.top3.fzf_e get]
}
button .ins.top4.select_current -takefocus 0 -text {Select current} -command {
set file_chooser(regex) {}