Description
When the editor is in focus, using the global macOS editing shortcut cmd + delete doesn't delete the entire line of code, but instead sources the CodeEdit shell integration file in the terminal.

To Reproduce
- Click on a file.
- Focus on the editor
- Use the
cmd + delete shortcut.
- See the terminal on the bottom, the terminal command
source is being ran.
Expected Behavior
Expected behaviour is for all the text before the cursor on the current line to be deleted.
Version Information
CodeEdit: [Version 0.0.3-alpha (35)]
macOS: [13.3.1 (a)]
Xcode: [Version 14.3.1]
Additional Context
No response
Screenshots
