mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-10-16 09:27:37 +03:00
add scroll keybinding to displayed files panel options
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user