diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 24fe83d..5ae5306 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -407,13 +407,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { Handler: gui.handleVolumesBulkCommand, Description: gui.Tr.ViewBulkCommands, }, - { - ViewName: "volumes", - Key: 'c', - Modifier: gocui.ModNone, - Handler: gui.handleVolumesCustomCommand, - Description: gui.Tr.RunCustomCommand, - }, { ViewName: "main", Key: gocui.KeyEsc,