mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
change menu keybinding from ? to x
This commit is contained in:
@ -71,7 +71,7 @@ func (gui *Gui) GetKeybindings() []Binding {
|
||||
Description: gui.Tr.SLocalize("refresh"),
|
||||
}, {
|
||||
ViewName: "",
|
||||
Key: '?',
|
||||
Key: 'x',
|
||||
Modifier: gocui.ModNone,
|
||||
Handler: gui.handleMenu,
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user