mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Fix breaking changes note
Ctrl+s used to be a separate binding confirmInEditor-alt, but now that it was folded into the main confirmInEditor, we need to mention both bindings here. Also use the new syntax while we're at it.
This commit is contained in:
parent
8b4d043d52
commit
5e326853dc
|
|
@ -2266,7 +2266,7 @@ keybinding:
|
|||
|
||||
keybinding:
|
||||
universal:
|
||||
confirmInEditor: <a-enter>
|
||||
confirmInEditor: [<alt+enter>, <ctrl+s>]
|
||||
`,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue