1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-24 19:39:16 +02:00

Add a breaking changes notice for the changed keybinding

This commit is contained in:
Stefan Haller
2025-08-03 12:38:57 +02:00
parent 6322359392
commit 4bc1ba22c1

View File

@@ -2158,6 +2158,13 @@ git:
gui:
useHunkModeInStagingView: false
`,
"0.55.0": `- The 'redo' command, which used to be bound to ctrl-z, is now bound to shift-Z instead. This is because ctrl-z is now used for suspending the application; it is a commonly known keybinding for that in the Linux world. If you want to revert this change, you can do so by adding the following to your config:
keybinding:
universal:
suspendApp: <disabled>
redo: <c-z>
`,
},
}