From dcfde1940d18fe9daf16b4e97f9d6fc582afd481 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 25 Mar 2023 21:19:57 +0100 Subject: [PATCH] Fix conflict on key U --- .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 d839d0e..adfe0b3 100644 --- a/.config/gitui/key_bindings.ron +++ b/.config/gitui/key_bindings.ron @@ -32,4 +32,6 @@ stash_open: Some(( code: Char('l'), modifiers: ( bits: 0,),)), abort_merge: Some(( code: Char('M'), modifiers: ( bits: 1,),)), + + undo_commit: Some(( code: Char('U'), modifiers: ( bits: 0,),)), ) \ No newline at end of file