zed
zed copied to clipboard
Separate tab behavior from inline completion
This PR allows for the complete separation of the Tab
key and the inline completions provided by Copilot or Supermaven.
Contributors: Thanks again to @ConradIrwin for the co-session!
Release Notes:
- Added
editor::AcceptInlineCompletion
action (bound to Tab by default). To prevent accepting inline completions with tab, add{"context": "Editor && inline_completions", "bindings": {"tab": "editor::Tab"}}
. (Fixes #6788)
Warnings | |
---|---|
:warning: |
This PR is missing release notes. Please add a "Release Notes" section that describes the change:
If your change is not user-facing, you can use "N/A" for the entry:
|
Generated by :no_entry_sign: dangerJS against 12d6faecba33e016f2f5551c8b2bf83b167ac95e
Can you do those changed on the PR? Since I have no idea how to do that 😅