diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 3f8ac500..f2f70a67 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -268,6 +268,13 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { Handler: gui.handleContainersExecShell, Description: gui.Tr.ExecShell, }, + { + ViewName: "services", + Key: 'E', + Modifier: gocui.ModNone, + Handler: gui.handleContainersExecShell, + Description: gui.Tr.ExecShell, + }, { ViewName: "containers", Key: 'c',