Skip to content

Commit

Permalink
Reset keybindings to only use tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed Dec 17, 2024
1 parent 5ee06c6 commit 9c1b7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions assets/keymaps/default-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,22 +471,13 @@
}
},
{
"context": "Editor && !inline_completion && showing_completions",
"context": "Editor && showing_completions",
"use_key_equivalents": true,
"bindings": {
"enter": "editor::ConfirmCompletion",
"tab": "editor::ComposeCompletion"
}
},
{
"context": "Editor && inline_completion && showing_completions",
"use_key_equivalents": true,
"bindings": {
"enter": "editor::ConfirmCompletion",
"tab": "editor::ComposeCompletion",
"shift-tab": "editor::AcceptInlineCompletion"
}
},
{
"context": "Editor && inline_completion && !showing_completions",
"use_key_equivalents": true,
Expand Down
11 changes: 1 addition & 10 deletions assets/keymaps/default-macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,22 +542,13 @@
}
},
{
"context": "Editor && !inline_completion && showing_completions",
"context": "Editor && showing_completions",
"use_key_equivalents": true,
"bindings": {
"enter": "editor::ConfirmCompletion",
"tab": "editor::ComposeCompletion"
}
},
{
"context": "Editor && inline_completion && showing_completions",
"use_key_equivalents": true,
"bindings": {
"enter": "editor::ConfirmCompletion",
"tab": "editor::ComposeCompletion",
"shift-tab": "editor::AcceptInlineCompletion"
}
},
{
"context": "Editor && inline_completion && !showing_completions",
"use_key_equivalents": true,
Expand Down

0 comments on commit 9c1b7e2

Please sign in to comment.