Skip to content

Commit 1128332

Browse files
author
Stephan Dilly
committed
fix ci
1 parent 422ae6a commit 1128332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vim_style_key_config.ron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
open_help: ( code: F(1), modifiers: ( bits: 0,),),
2828

2929
exit: ( code: Char('Q'), modifiers: ( bits: 1,),),
30-
exit_if_no_popup: ( code: Char('q'), modifiers: ( bits: 0,),),
30+
quit: ( code: Char('q'), modifiers: ( bits: 0,),),
3131
exit_popup: ( code: Esc, modifiers: ( bits: 0,),),
3232

3333
open_commit: ( code: Char('c'), modifiers: ( bits: 0,),),

0 commit comments

Comments
 (0)