mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Fix breaking changes note (#5646)
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:
commit
7299b224ef
|
|
@ -2266,7 +2266,7 @@ keybinding:
|
|||
|
||||
keybinding:
|
||||
universal:
|
||||
confirmInEditor: <a-enter>
|
||||
confirmInEditor: [<alt+enter>, <ctrl+s>]
|
||||
`,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue