commit 4361fd50966120dbcf54f52a8447dd02e37e636e from: Omar Polo date: Wed Jan 18 21:02:27 2023 UTC amusing: / to focus the filter bar; esc to un-focus it commit - 04aefc815acc45e1e2991fe85112953ba4355799 commit + 4361fd50966120dbcf54f52a8447dd02e37e636e blob - bd6e5e970001af74dac47c810059770d152cb60d blob + ed1fa62e97f92923ff2997e32f009589c7bd6400 --- contrib/amusing +++ contrib/amusing @@ -300,7 +300,10 @@ bind . {exec amused seek -1} bind . {exec amused seek -5} bind . {exec amused seek +1} bind . {exec amused seek +5} +bind . {focus .c.top.query} +bind .c.top.query {focus .} + # init the state set fd [open "|amused monitor" r]