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

Support home and end as alternatives to '<' and '>'

This commit is contained in:
Stefan Haller
2025-03-15 09:21:00 +01:00
parent 71c5fa9688
commit 95c5d51e64
15 changed files with 49 additions and 23 deletions

View File

@ -141,9 +141,9 @@ func (gui *Gui) getRandomTip() string {
formattedKey(config.Universal.NextPage),
),
fmt.Sprintf(
"You can jump to the top/bottom of a panel using '%s' and '%s'",
formattedKey(config.Universal.GotoTop),
formattedKey(config.Universal.GotoBottom),
"You can jump to the top/bottom of a panel using '%s (or %s)' and '%s (or %s)'",
formattedKey(config.Universal.GotoTop), formattedKey(config.Universal.GotoTopAlt),
formattedKey(config.Universal.GotoBottom), formattedKey(config.Universal.GotoBottomAlt),
),
fmt.Sprintf(
"To collapse/expand a directory, press '%s'",