Skip to content

Commit 0900a37

Browse files
committed
Add a breaking changes notice for the changed keybinding
1 parent cdd40eb commit 0900a37

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
@@ -2144,6 +2144,13 @@ git:
21442144
21452145
gui:
21462146
useHunkSelectionMode: false
2147+
`,
2148+
"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:
2149+
2150+
keybinding:
2151+
universal:
2152+
suspendApp: <disabled>
2153+
redo: <c-z>
21472154
`,
21482155
},
21492156
}

0 commit comments

Comments
 (0)