From ecab9e559323204dd50db5d29b305c988c34a224 Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 26 Apr 2024 00:36:38 +0200 Subject: [PATCH] Fix undo commit --- .config/gitui/key_bindings.ron | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/gitui/key_bindings.ron b/.config/gitui/key_bindings.ron index 245b17c..5e8636d 100644 --- a/.config/gitui/key_bindings.ron +++ b/.config/gitui/key_bindings.ron @@ -31,4 +31,6 @@ commit: Some(( code: Enter, modifiers: "")), newline: Some(( code: Enter, modifiers: "ALT")), + + undo_commit: Some(( code: Char('U'), modifiers: "")), )