diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 28d7ed449..3b4d6d95a 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -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: + redo: `, }, }