We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422ae6a commit 1128332Copy full SHA for 1128332
vim_style_key_config.ron
@@ -27,7 +27,7 @@
27
open_help: ( code: F(1), modifiers: ( bits: 0,),),
28
29
exit: ( code: Char('Q'), modifiers: ( bits: 1,),),
30
- exit_if_no_popup: ( code: Char('q'), modifiers: ( bits: 0,),),
+ quit: ( code: Char('q'), modifiers: ( bits: 0,),),
31
exit_popup: ( code: Esc, modifiers: ( bits: 0,),),
32
33
open_commit: ( code: Char('c'), modifiers: ( bits: 0,),),
0 commit comments