Docs Party 2024 (#15876)
Co-authored-by: Raunak Raj <nkray21111983@gmail.com> Co-authored-by: Thorsten Ball <mrnugget@gmail.com> Co-authored-by: Bennet <bennet@zed.dev> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com> Co-authored-by: Joseph T Lyons <JosephTLyons@gmail.com> Co-authored-by: Mikayla <mikayla@zed.dev> Co-authored-by: Jason <jason@zed.dev> Co-authored-by: Antonio Scandurra <me@as-cii.com> Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com> Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Nathan Sobo <nathan@zed.dev> Co-authored-by: Jason Mancuso <7891333+jvmncs@users.noreply.github.com> Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
This commit is contained in:
parent
c633fa5a10
commit
eb3c4b0e46
100 changed files with 2564 additions and 457 deletions
|
@ -10,6 +10,16 @@ Zed currently supports the following Git features:
|
|||
|
||||
More advanced Git features—like staging and committing changes or viewing history within Zed—will be coming in the future.
|
||||
|
||||
<!--
|
||||
## Git Hunk Navigation
|
||||
|
||||
TBD: Explain Git Hunks
|
||||
|
||||
- Navigating hunks
|
||||
- Expanding hunks
|
||||
- Reverting hunks
|
||||
-->
|
||||
|
||||
## Git Integrations
|
||||
|
||||
Zed integrates with popular Git hosting services to ensure that git commit hashes
|
||||
|
@ -23,7 +33,7 @@ Zed currently support links to
|
|||
|
||||
Zed also has a Copy Permalink feature to create a permanent link to a code snippet on your Git hosting service.
|
||||
These links are useful for sharing a specific line or range of lines in a file at a specific commit.
|
||||
Trigger this action via the [Command Palette](/docs/#command-palette) (search for `permalink`),
|
||||
by creating a [custom key bindings](/docs/key-bindings#custom-key-bindings) to the
|
||||
Trigger this action via the [Command Palette](./getting-started.md#command-palette) (search for `permalink`),
|
||||
by creating a [custom key bindings](key-bindings.md#custom-key-bindings) to the
|
||||
`editor::CopyPermalinkToLine` or `editor::OpenPermalinkToLine` actions
|
||||
or by simply right clicking and selecting `Copy Permalink` with line(s) selected in your editor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue