Add back key binding for confirming completions with tab
This commit is contained in:
parent
847322215e
commit
1e0182f6c7
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@
|
||||||
"enter": "editor::ConfirmRename"
|
"enter": "editor::ConfirmRename"
|
||||||
},
|
},
|
||||||
"Editor && showing_completions": {
|
"Editor && showing_completions": {
|
||||||
"enter": "editor::ConfirmCompletion"
|
"enter": "editor::ConfirmCompletion",
|
||||||
|
"tab": "editor::ConfirmCompletion"
|
||||||
},
|
},
|
||||||
"Editor && showing_code_actions": {
|
"Editor && showing_code_actions": {
|
||||||
"enter": "editor::ConfirmCodeAction"
|
"enter": "editor::ConfirmCodeAction"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue