mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
parent
41c46ceb3c
commit
dc8a624e07
1 changed files with 0 additions and 7 deletions
|
|
@ -365,13 +365,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||||
Handler: gui.handleImagesBulkCommand,
|
Handler: gui.handleImagesBulkCommand,
|
||||||
Description: gui.Tr.ViewBulkCommands,
|
Description: gui.Tr.ViewBulkCommands,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
ViewName: "images",
|
|
||||||
Key: 'c',
|
|
||||||
Modifier: gocui.ModNone,
|
|
||||||
Handler: gui.handleImagesCustomCommand,
|
|
||||||
Description: gui.Tr.RunCustomCommand,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
ViewName: "volumes",
|
ViewName: "volumes",
|
||||||
Key: '[',
|
Key: '[',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue