Revert "macos: Add default keybind for ctrl-home / ctrl-end (#21007)"

Conrad Irwin created

This reverts commit 614b3b979b7373aaa6dee84dfbc824fce1a86ea8.

Release notes:
- N/A

Change summary

assets/keymaps/default-macos.json | 2 --
1 file changed, 2 deletions(-)

Detailed changes

assets/keymaps/default-macos.json 🔗

@@ -93,8 +93,6 @@
       "ctrl-e": "editor::MoveToEndOfLine",
       "cmd-up": "editor::MoveToBeginning",
       "cmd-down": "editor::MoveToEnd",
-      "ctrl-home": "editor::MoveToBeginning",
-      "ctrl-end": "editor::MoveToEnd",
       "shift-up": "editor::SelectUp",
       "ctrl-shift-p": "editor::SelectUp",
       "shift-down": "editor::SelectDown",