mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
docs(Config.md): add missing keybinding.branches.renameBranch
This commit is contained in:
@ -188,6 +188,7 @@ keybinding:
|
|||||||
checkoutBranchByName: 'c'
|
checkoutBranchByName: 'c'
|
||||||
forceCheckoutBranch: 'F'
|
forceCheckoutBranch: 'F'
|
||||||
rebaseBranch: 'r'
|
rebaseBranch: 'r'
|
||||||
|
renameBranch: 'R'
|
||||||
mergeIntoCurrentBranch: 'M'
|
mergeIntoCurrentBranch: 'M'
|
||||||
viewGitFlowOptions: 'i'
|
viewGitFlowOptions: 'i'
|
||||||
fastForward: 'f' # fast-forward this branch from its upstream
|
fastForward: 'f' # fast-forward this branch from its upstream
|
||||||
|
Reference in New Issue
Block a user