Skip to content

Commit 4bc1ba2

Browse files
committed
Add a breaking changes notice for the changed keybinding
1 parent 6322359 commit 4bc1ba2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/i18n/english.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,6 +2158,13 @@ git:
21582158
21592159
gui:
21602160
useHunkModeInStagingView: false
2161+
`,
2162+
"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:
2163+
2164+
keybinding:
2165+
universal:
2166+
suspendApp: <disabled>
2167+
redo: <c-z>
21612168
`,
21622169
},
21632170
}

0 commit comments

Comments
 (0)