From 4e0ca3259e302432a198412e27c35f373465c5e3 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 7 Sep 2020 21:43:30 +0200 Subject: [PATCH] fix unittests --- assets/vim_style_key_config.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/vim_style_key_config.ron b/assets/vim_style_key_config.ron index 6e4735b2..4efcaaff 100644 --- a/assets/vim_style_key_config.ron +++ b/assets/vim_style_key_config.ron @@ -60,4 +60,5 @@ copy: ( code: Char('y'), modifiers: ( bits: 0,),), create_branch: ( code: Char('b'), modifiers: ( bits: 0,),), push: ( code: Char('p'), modifiers: ( bits: 0,),), + fetch: ( code: Char('f'), modifiers: ( bits: 0,),), )