Add :h[elp] vim command (#30179)

@jyn514 mentioned that this would be nice to have while trying out zed,
and it seemed simple enough so I added it.

Release Notes:

- Added `OpenDocs` action to open Zed's docs in a browser, aliased to
`:h[elp]` in vim.
This commit is contained in:
Julia Ryan 2025-05-07 17:26:42 -07:00 committed by GitHub
parent 37010aac6b
commit d6c7cdd60f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -35,6 +35,7 @@ actions!(
Quit,
OpenKeymap,
About,
OpenDocs,
OpenLicenses,
OpenTelemetryLog,
]