1
0
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:
Dawid Dziurla
2018-09-05 15:55:24 +02:00
parent 08395ae76c
commit db2e2160a9
3 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ func (gui *Gui) GetKeybindings() []Binding {
Description: gui.Tr.SLocalize("refresh"),
}, {
ViewName: "",
Key: '?',
Key: 'x',
Modifier: gocui.ModNone,
Handler: gui.handleMenu,
}, {