Skip to content

Commit 9b531d3

Browse files
silmethStephan Dilly
authored andcommitted
Fix commit_amend in vim style key config
1 parent 2ded43d commit 9b531d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/vim_style_key_config.ron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
cmd_bar_toggle: ( code: Char('.'), modifiers: ( bits: 0,),),
6666
log_tag_commit: ( code: Char('t'), modifiers: ( bits: 0,),),
67-
commit_amend: ( code: Char('A'), modifiers: ( bits: 1,),),
67+
commit_amend: ( code: Char('a'), modifiers: ( bits: 2,),),
6868
copy: ( code: Char('y'), modifiers: ( bits: 0,),),
6969
create_branch: ( code: Char('c'), modifiers: ( bits: 0,),),
7070
rename_branch: ( code: Char('r'), modifiers: ( bits: 0,),),

0 commit comments

Comments
 (0)