1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-06-20 01:19:23 +02:00

Fix typo in keybinding

An uppercase letter is not valid with ctrl, and only works because we lowercase
the string before parsing it. This will change later in this branch when we
start supporting bindings like <c-s-r>.
This commit is contained in:
Stefan Haller
2026-04-02 15:55:39 +02:00
parent 69635f379c
commit a5b760f8d1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -746,7 +746,7 @@ keybinding:
markCommitAsBaseForRebase: B
tagCommit: T
checkoutCommit: <space>
resetCherryPick: <c-R>
resetCherryPick: <c-r>
copyCommitAttributeToClipboard: "y"
openLogMenu: <c-l>
openInBrowser: o