workerconfig 2.14.0; buttons { button { position = 0; title = "Find file"; color = 1,0; shortkeys { normal { key = "f"; mod = control; } normal { key = "question"; mod = control; mod = shift; } normal { key = "question"; mod = shift; mod = mod1; } normal { key = "question"; mod = shift; } } commands { SearchOp { editcommand = "{scripts}/xeditor -line {l} {f}"; showprevresults = false; } flags { } } } button { position = 1; title = "Find History"; color = 1,0; shortkeys { normal { key = "h"; mod = control; } } commands { SearchOp { editcommand = "{scripts}/xeditor -line {l} {f}"; showprevresults = true; } flags { } } } }