mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-20 05:19:24 +02:00
add refresh option to files panel
This commit is contained in:
parent
0aa587f55a
commit
0df11e27fa
@ -120,6 +120,7 @@ func renderfilesOptions(g *gocui.Gui, gitFile *GitFile) error {
|
||||
"i": "ignore",
|
||||
"d": "delete",
|
||||
"space": "toggle staged",
|
||||
"R": "refresh",
|
||||
}
|
||||
if state.HasMergeConflicts {
|
||||
optionsMap["a"] = "abort merge"
|
||||
|
Loading…
x
Reference in New Issue
Block a user