mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
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"
|
||||
},
|
||||
"Editor && showing_completions": {
|
||||
"enter": "editor::ConfirmCompletion"
|
||||
"enter": "editor::ConfirmCompletion",
|
||||
"tab": "editor::ConfirmCompletion"
|
||||
},
|
||||
"Editor && showing_code_actions": {
|
||||
"enter": "editor::ConfirmCodeAction"
|
||||
|
|
Loading…
Reference in a new issue