mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Add 'E' keybinding (exec shell) to services panel
This commit is contained in:
parent
2134025de4
commit
b027a5a827
1 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue