diff --git a/.config/gitui/key_bindings.ron b/.config/gitui/key_bindings.ron index bcda9b0..245b17c 100644 --- a/.config/gitui/key_bindings.ron +++ b/.config/gitui/key_bindings.ron @@ -30,5 +30,5 @@ abort_merge: Some(( code: Char('M'), modifiers: "SHIFT")), commit: Some(( code: Enter, modifiers: "")), - newline: Some(( code: Enter, modifiers: "SHIFT")), + newline: Some(( code: Enter, modifiers: "ALT")), )