mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix vim keys
This commit is contained in:
parent
97f88a2f2f
commit
f8305f3f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
delete_branch: ( code: Char('D'), modifiers: ( bits: 1,),),
|
||||
push: ( code: Char('p'), modifiers: ( bits: 0,),),
|
||||
force_push: ( code: Char('P'), modifiers: ( bits: 1,),),
|
||||
fetch: ( code: Char('f'), modifiers: ( bits: 0,),),
|
||||
pull: ( code: Char('f'), modifiers: ( bits: 0,),),
|
||||
|
||||
//removed in 0.11
|
||||
//tab_toggle_reverse_windows: ( code: BackTab, modifiers: ( bits: 1,),),
|
||||
|
|
|
|||
Loading…
Reference in a new issue