mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Update keybindings.go (#162)
* Update keybindings.go Remove duplicate keybinding: volumes - c
This commit is contained in:
parent
14abd94cd0
commit
ea18c1b85f
1 changed files with 0 additions and 7 deletions
|
|
@ -407,13 +407,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||||
Handler: gui.handleVolumesBulkCommand,
|
Handler: gui.handleVolumesBulkCommand,
|
||||||
Description: gui.Tr.ViewBulkCommands,
|
Description: gui.Tr.ViewBulkCommands,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
ViewName: "volumes",
|
|
||||||
Key: 'c',
|
|
||||||
Modifier: gocui.ModNone,
|
|
||||||
Handler: gui.handleVolumesCustomCommand,
|
|
||||||
Description: gui.Tr.RunCustomCommand,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
ViewName: "main",
|
ViewName: "main",
|
||||||
Key: gocui.KeyEsc,
|
Key: gocui.KeyEsc,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue