mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-23 12:18:51 +02:00
add navigate option to every panels options
This commit is contained in:
parent
8b0db89edb
commit
5c271b8a70
@ -75,6 +75,7 @@ func renderBranchesOptions(g *gocui.Gui) error {
|
|||||||
"m": "merge",
|
"m": "merge",
|
||||||
"c": "checkout by name",
|
"c": "checkout by name",
|
||||||
"n": "new branch",
|
"n": "new branch",
|
||||||
|
"← → ↑ ↓": "navigate",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ func renderCommitsOptions(g *gocui.Gui) error {
|
|||||||
"s": "squash down",
|
"s": "squash down",
|
||||||
"r": "rename",
|
"r": "rename",
|
||||||
"g": "reset to this commit",
|
"g": "reset to this commit",
|
||||||
|
"← → ↑ ↓": "navigate",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ func renderStashOptions(g *gocui.Gui) error {
|
|||||||
"space": "apply",
|
"space": "apply",
|
||||||
"k": "pop",
|
"k": "pop",
|
||||||
"d": "drop",
|
"d": "drop",
|
||||||
|
"← → ↑ ↓": "navigate",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user