Skip to content

Commit f8305f3

Browse files
author
Stephan Dilly
committed
fix vim keys
1 parent 97f88a2 commit f8305f3

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
@@ -71,7 +71,7 @@
7171
delete_branch: ( code: Char('D'), modifiers: ( bits: 1,),),
7272
push: ( code: Char('p'), modifiers: ( bits: 0,),),
7373
force_push: ( code: Char('P'), modifiers: ( bits: 1,),),
74-
fetch: ( code: Char('f'), modifiers: ( bits: 0,),),
74+
pull: ( code: Char('f'), modifiers: ( bits: 0,),),
7575

7676
//removed in 0.11
7777
//tab_toggle_reverse_windows: ( code: BackTab, modifiers: ( bits: 1,),),

0 commit comments

Comments
 (0)