Skip to content

Commit

Permalink
macos: Document ctrl-space global shortcut conflict (#23239)
Browse files Browse the repository at this point in the history
  • Loading branch information
notpeter authored Jan 16, 2025
1 parent 3af09bb commit fd40d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/keymaps/default-macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@
"cmd-k cmd-9": ["editor::FoldAtLevel", { "level": 9 }],
"cmd-k cmd-0": "editor::FoldAll",
"cmd-k cmd-j": "editor::UnfoldAll",
// Using `ctrl-space` in Zed requires disabling the macOS global shortcut.
// System Preferences->Keyboard->Keyboard Shortcuts->Input Sources->Select the previous input source (uncheck)
"ctrl-space": "editor::ShowCompletions",
"cmd-.": "editor::ToggleCodeActions",
"cmd-k r": "editor::RevealInFileManager",
Expand Down

0 comments on commit fd40d17

Please sign in to comment.