Add back key binding for confirming completions with tab

This commit is contained in:
Max Brunsfeld 2022-04-13 10:35:05 -07:00
parent 847322215e
commit 1e0182f6c7

View File

@ -205,7 +205,8 @@
"enter": "editor::ConfirmRename"
},
"Editor && showing_completions": {
"enter": "editor::ConfirmCompletion"
"enter": "editor::ConfirmCompletion",
"tab": "editor::ConfirmCompletion"
},
"Editor && showing_code_actions": {
"enter": "editor::ConfirmCodeAction"