Permalink
Browse files
remove incorrect description from status click binding
- Loading branch information...
|
@@ -7,7 +7,6 @@ |
|
|
|
<kbd>o</kbd>: open lazydocker config |
|
|
|
<kbd>[</kbd>: previous tab |
|
|
|
<kbd>]</kbd>: next tab |
|
|
|
<kbd>│</kbd>: next tab |
|
|
|
<kbd>m</kbd>: view logs |
|
|
|
<kbd>enter</kbd>: focus main panel |
|
|
|
</pre> |
|
|
|
@@ -7,7 +7,6 @@ |
|
|
|
<kbd>o</kbd>: open lazydocker config |
|
|
|
<kbd>[</kbd>: previous tab |
|
|
|
<kbd>]</kbd>: next tab |
|
|
|
<kbd>│</kbd>: next tab |
|
|
|
<kbd>m</kbd>: view logs |
|
|
|
<kbd>enter</kbd>: focus main panel |
|
|
|
</pre> |
|
|
|
@@ -7,7 +7,6 @@ |
|
|
|
<kbd>o</kbd>: open lazydocker config |
|
|
|
<kbd>[</kbd>: previous tab |
|
|
|
<kbd>]</kbd>: next tab |
|
|
|
<kbd>│</kbd>: next tab |
|
|
|
<kbd>m</kbd>: view logs |
|
|
|
<kbd>enter</kbd>: focus main panel |
|
|
|
</pre> |
|
|
|
@@ -154,11 +154,10 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { |
|
|
|
Description: gui.Tr.NextContext, |
|
|
|
}, |
|
|
|
{ |
|
|
|
ViewName: "status", |
|
|
|
Key: gocui.MouseLeft, |
|
|
|
Modifier: gocui.ModNone, |
|
|
|
Handler: gui.handleStatusClick, |
|
|
|
Description: gui.Tr.NextContext, |
|
|
|
ViewName: "status", |
|
|
|
Key: gocui.MouseLeft, |
|
|
|
Modifier: gocui.ModNone, |
|
|
|
Handler: gui.handleStatusClick, |
|
|
|
}, |
|
|
|
{ |
|
|
|
ViewName: "status", |
|
|
0 comments on commit
dcd5bcd