zed/assets
Conrad Irwin 731e6d31f6
Revert "macos: Add default keybind for ctrl-home / ctrl-end (#21007)" (#21476)
This reverts commit 614b3b979b.

This conflicts with the macOS `ctrl-fn-left/right` bindings for moving
windows around (new in Sequoia).

If you want these use:
```
  {
    "context": "Editor",
    "bindings": {
      "ctrl-home": "editor::MoveToBeginning",
      "ctrl-end": "editor::MoveToEnd"
    }
  },
```

Release Notes:

- N/A
2024-12-03 13:10:02 -07:00
..
fonts Fix font selection on macOS (#13615) 2024-06-27 17:02:45 -06:00
icons Improve audio files icon (#21441) 2024-12-03 00:40:46 -03:00
images add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
keymaps Revert "macos: Add default keybind for ctrl-home / ctrl-end (#21007)" (#21476) 2024-12-03 13:10:02 -07:00
prompts Require /file or /tab when using Suggest Edits (#19960) 2024-10-30 11:38:43 -04:00
settings Add setting for making the tab's close button always visible (#21352) 2024-12-02 07:48:10 -03:00
sounds
themes Publish theme json schema v0.2.0 (#21428) 2024-12-03 12:57:39 -05:00