mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Fix commit_amend in vim style key config
This commit is contained in:
parent
2ded43dca2
commit
9b531d3dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
cmd_bar_toggle: ( code: Char('.'), modifiers: ( bits: 0,),),
|
||||
log_tag_commit: ( code: Char('t'), modifiers: ( bits: 0,),),
|
||||
commit_amend: ( code: Char('A'), modifiers: ( bits: 1,),),
|
||||
commit_amend: ( code: Char('a'), modifiers: ( bits: 2,),),
|
||||
copy: ( code: Char('y'), modifiers: ( bits: 0,),),
|
||||
create_branch: ( code: Char('c'), modifiers: ( bits: 0,),),
|
||||
rename_branch: ( code: Char('r'), modifiers: ( bits: 0,),),
|
||||
|
|
|
|||
Loading…
Reference in a new issue