mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge pull request #17 from jesseduffield/fix-invalid-keybinding
remove incorrect description from status click binding
This commit is contained in:
commit
d590b2b9f3
4 changed files with 4 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue