mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
add '?' keybinding to view keybindings for a panel
This commit is contained in:
parent
02753cee61
commit
3105c03bbe
1 changed files with 6 additions and 0 deletions
|
|
@ -113,6 +113,12 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.handleCreateOptionsMenu,
|
Handler: gui.handleCreateOptionsMenu,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ViewName: "",
|
||||||
|
Key: '?',
|
||||||
|
Modifier: gocui.ModNone,
|
||||||
|
Handler: gui.handleCreateOptionsMenu,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
ViewName: "",
|
ViewName: "",
|
||||||
Key: 'X',
|
Key: 'X',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue