Commit Diff


commit - 04aefc815acc45e1e2991fe85112953ba4355799
commit + 4361fd50966120dbcf54f52a8447dd02e37e636e
blob - bd6e5e970001af74dac47c810059770d152cb60d
blob + ed1fa62e97f92923ff2997e32f009589c7bd6400
--- contrib/amusing
+++ contrib/amusing
@@ -300,7 +300,10 @@ bind . <comma> {exec amused seek -1}
 bind . <less> {exec amused seek -5}
 bind . <period> {exec amused seek +1}
 bind . <greater> {exec amused seek +5}
+bind . <slash> {focus .c.top.query}
 
+bind .c.top.query <Escape> {focus .}
+
 # init the state
 
 set fd [open "|amused monitor" r]