mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-21 12:16:54 +02:00
fix docs
This commit is contained in:
parent
13a7806cac
commit
b0ec0821d5
@ -30,6 +30,7 @@
|
|||||||
<kbd>i</kbd>: show git-flow options
|
<kbd>i</kbd>: show git-flow options
|
||||||
<kbd>f</kbd>: fast-forward this branch from its upstream
|
<kbd>f</kbd>: fast-forward this branch from its upstream
|
||||||
<kbd>g</kbd>: view reset options
|
<kbd>g</kbd>: view reset options
|
||||||
|
<kbd>R</kbd>: rename branch
|
||||||
<kbd>/</kbd>: start search
|
<kbd>/</kbd>: start search
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
<kbd>i</kbd>: show git-flow options
|
<kbd>i</kbd>: show git-flow options
|
||||||
<kbd>f</kbd>: fast-forward this branch from its upstream
|
<kbd>f</kbd>: fast-forward this branch from its upstream
|
||||||
<kbd>g</kbd>: bekijk reset opties
|
<kbd>g</kbd>: bekijk reset opties
|
||||||
|
<kbd>R</kbd>: rename branch
|
||||||
<kbd>/</kbd>: start search
|
<kbd>/</kbd>: start search
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
<kbd>i</kbd>: show git-flow options
|
<kbd>i</kbd>: show git-flow options
|
||||||
<kbd>f</kbd>: fast-forward this branch from its upstream
|
<kbd>f</kbd>: fast-forward this branch from its upstream
|
||||||
<kbd>g</kbd>: view reset options
|
<kbd>g</kbd>: view reset options
|
||||||
|
<kbd>R</kbd>: rename branch
|
||||||
<kbd>/</kbd>: start search
|
<kbd>/</kbd>: start search
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -575,7 +575,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
Key: gui.getKey("branches.renameBranch"),
|
Key: gui.getKey("branches.renameBranch"),
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.handleRenameBranch,
|
Handler: gui.handleRenameBranch,
|
||||||
Description: gui.Tr.SLocalize("viewResetOptions"),
|
Description: gui.Tr.SLocalize("renameBranch"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ViewName: "branches",
|
ViewName: "branches",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user