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:
@@ -2158,6 +2158,13 @@ git:
|
|||||||
|
|
||||||
gui:
|
gui:
|
||||||
useHunkModeInStagingView: false
|
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>
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user