1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +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

@ -353,7 +353,7 @@ func (gui *Gui) renderGlobalOptions(g *gocui.Gui) error {
"PgUp/PgDn": gui.Tr.SLocalize("scroll"),
"← → ↑ ↓": gui.Tr.SLocalize("navigate"),
"esc/q": gui.Tr.SLocalize("close"),
"?": gui.Tr.SLocalize("menu"),
"x": gui.Tr.SLocalize("menu"),
})
}