1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

#480 Allow cycling side panels with number keys

This commit is contained in:
Giorgio Previtera
2019-07-14 14:39:31 +01:00
committed by Jesse Duffield
parent a045313e08
commit ac5cbc1d2c
6 changed files with 80 additions and 0 deletions

View File

@ -609,6 +609,7 @@ func (gui *Gui) renderGlobalOptions() error {
"← → ↑ ↓": gui.Tr.SLocalize("navigate"),
"esc/q": gui.Tr.SLocalize("close"),
"x": gui.Tr.SLocalize("menu"),
"1-5": gui.Tr.SLocalize("jump"),
})
}