mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Update keybindings.go
This commit is contained in:
parent
4469f6fea7
commit
63609b1e23
1 changed files with 0 additions and 6 deletions
|
|
@ -65,12 +65,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.quit,
|
Handler: gui.quit,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
ViewName: "",
|
|
||||||
Key: gocui.KeyF10,
|
|
||||||
Modifier: gocui.ModNone,
|
|
||||||
Handler: gui.quit,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
ViewName: "",
|
ViewName: "",
|
||||||
Key: gocui.KeyCtrlC,
|
Key: gocui.KeyCtrlC,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue