zed-industries/docs

cmd-9 does not open contacts

Closed this issue · 3 comments

Check for existing issues

  • Completed

Describe the bug

https://zed.dev/docs/tour says that cmd-9 opens contacts but it does not.

To reproduce

press cmd-9

or

go to https://zed.dev/docs/tour

Expected behavior

contacts should open

or

page should not say cmd-9 opens contacts

Environment

Zed 0.50.0 – /Applications/Zed.app
macOS 11.6.1
architecture x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue

No response

Ah yeah, that is an outdated key binding. By default, it should be: cmd-shift-b

That will need to be addressed in the Tour of Zed documentation, but you can look up all the current default keybindings directly within Zed by going to: Zed (dropdown menu) > Preferences > Open Default Key Bindings. You can also find this in the Command Palette (cmd-shift-p to open).

The incorrect binding in the tour doc should be fixed, I'll close this when changes deploy.

Thanks for catching this!