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

Fix conflict on key U

This commit is contained in:
Mo 2023-03-25 21:19:57 +01:00
parent 5c3985283a
commit dcfde1940d

View file

@ -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,),)),
)