workerconfig 2.17.4; hotkeys { hotkey { title = "Path->other side new tab"; shortkeys { normal { key = "o"; mod = mod1; } } commands { SwitchListerOp { } ModifyTabsOp { tabaction = newtab; } EnterDirOp { dir = "{p}"; mode = special; } SwitchListerOp { } } } hotkey { title = "active->other side new tab"; shortkeys { normal { key = "O"; mod = shift; mod = mod1; } } commands { SwitchListerOp { } ModifyTabsOp { tabaction = newtab; } SwitchListerOp { } EnterDirOp { dir = ""; mode = active2other; } } } }