mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01: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,
|
||||
Handler: gui.handleCreateOptionsMenu,
|
||||
},
|
||||
{
|
||||
ViewName: "",
|
||||
Key: '?',
|
||||
Modifier: gocui.ModNone,
|
||||
Handler: gui.handleCreateOptionsMenu,
|
||||
},
|
||||
{
|
||||
ViewName: "",
|
||||
Key: 'X',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue