1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Fix undo commit

This commit is contained in:
Mo 2024-04-26 00:36:38 +02:00
parent a326fd9bb3
commit ecab9e5593

View file

@ -31,4 +31,6 @@
commit: Some(( code: Enter, modifiers: "")), commit: Some(( code: Enter, modifiers: "")),
newline: Some(( code: Enter, modifiers: "ALT")), newline: Some(( code: Enter, modifiers: "ALT")),
undo_commit: Some(( code: Char('U'), modifiers: "")),
) )