From 5e64d45194e0cd41f36c62fef82bb7273c30e388 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 31 Jan 2024 22:26:15 -0700 Subject: [PATCH] Remove links to docs.zed.dev (#7187) Release Notes: - N/A --- assets/settings/initial_local_settings.json | 2 +- docs/src/configuring_zed__configuring_vim.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/settings/initial_local_settings.json b/assets/settings/initial_local_settings.json index 82ddf88042..2fc9a473ae 100644 --- a/assets/settings/initial_local_settings.json +++ b/assets/settings/initial_local_settings.json @@ -1,5 +1,5 @@ // Folder-specific settings // // For a full list of overridable settings, and general information on folder-specific settings, -// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings +// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings {} diff --git a/docs/src/configuring_zed__configuring_vim.md b/docs/src/configuring_zed__configuring_vim.md index 69388f9c0b..a4ae1e6be5 100644 --- a/docs/src/configuring_zed__configuring_vim.md +++ b/docs/src/configuring_zed__configuring_vim.md @@ -50,7 +50,7 @@ Finally, Vim mode's search and replace functionality is backed by Zed's. This me ## Custom key bindings -Zed does not yet have an equivalent to vim’s `map` command to convert one set of keystrokes into another, however you can bind any sequence of keys to fire any Action documented in the [Key bindings documentation](https://docs.zed.dev/configuration/key-bindings). +Zed does not yet have an equivalent to vim’s `map` command to convert one set of keystrokes into another, however you can bind any sequence of keys to fire any Action documented in the [Key bindings documentation](https://zed.dev/docs/key-bindings). You can edit your personal key bindings with `:keymap`. For vim-specific shortcuts, you may find the following template a good place to start: