mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-19 12:12:42 +02:00
add scroll keybinding to displayed files panel options
This commit is contained in:
parent
18aa5b1bbe
commit
75a186614a
@ -139,6 +139,7 @@ func renderfilesOptions(g *gocui.Gui, gitFile *GitFile) error {
|
|||||||
"R": "refresh",
|
"R": "refresh",
|
||||||
"t": "add patch",
|
"t": "add patch",
|
||||||
"e": "edit",
|
"e": "edit",
|
||||||
|
"PgUp/PgDn": "scroll",
|
||||||
}
|
}
|
||||||
if state.HasMergeConflicts {
|
if state.HasMergeConflicts {
|
||||||
optionsMap["a"] = "abort merge"
|
optionsMap["a"] = "abort merge"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user