1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00

add scroll keybinding to displayed files panel options

This commit is contained in:
Jesse Duffield 2018-08-09 23:34:50 +10:00
parent 18aa5b1bbe
commit 75a186614a

View File

@ -139,6 +139,7 @@ func renderfilesOptions(g *gocui.Gui, gitFile *GitFile) error {
"R": "refresh",
"t": "add patch",
"e": "edit",
"PgUp/PgDn": "scroll",
}
if state.HasMergeConflicts {
optionsMap["a"] = "abort merge"