mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04: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…
Reference in a new issue