mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
add '?' keybinding for opening options menu
This commit is contained in:
parent
941d3c6648
commit
98666186ee
|
|
@ -144,6 +144,11 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||
Key: 'x',
|
||||
Modifier: gocui.ModNone,
|
||||
Handler: gui.handleCreateOptionsMenu,
|
||||
}, {
|
||||
ViewName: "",
|
||||
Key: '?',
|
||||
Modifier: gocui.ModNone,
|
||||
Handler: gui.handleCreateOptionsMenu,
|
||||
}, {
|
||||
ViewName: "",
|
||||
Key: gocui.MouseMiddle,
|
||||
|
|
|
|||
Loading…
Reference in a new issue