docs: Ensure "Remote Projects" dialog keybinding is displayed (#22530)

Closes https://github.com/zed-industries/zed/issues/22429

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-01-01 00:40:38 +00:00
committed by GitHub
parent 30668589ed
commit eedbede939
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -377,6 +377,7 @@
// Change the default action on `menu::Confirm` by setting the parameter
// "alt-ctrl-o": ["projects::OpenRecent", { "create_new_window": true }],
"alt-ctrl-o": "projects::OpenRecent",
"alt-ctrl-shift-o": "projects::OpenRemote",
"alt-ctrl-shift-b": "branches::OpenRecent",
"ctrl-~": "workspace::NewTerminal",
"ctrl-s": "workspace::Save",