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:
parent
37010aac6b
commit
d6c7cdd60f
3 changed files with 6 additions and 3 deletions
|
@ -35,6 +35,7 @@ actions!(
|
|||
Quit,
|
||||
OpenKeymap,
|
||||
About,
|
||||
OpenDocs,
|
||||
OpenLicenses,
|
||||
OpenTelemetryLog,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue