diff --git a/docs/src/migrate/intellij.md b/docs/src/migrate/intellij.md index 024c3d42cd0f6d7725dfdcc4c8b8b75856d6dabb..ddb2bc4f6b0aaf4b7c878594b8e553a921481341 100644 --- a/docs/src/migrate/intellij.md +++ b/docs/src/migrate/intellij.md @@ -45,8 +45,6 @@ This maps familiar shortcuts like `Shift Shift` for Search Everywhere, `Cmd+O` f In editors, the JetBrains keymap also makes `Alt+Left` / `Alt+Right` and `Shift+Alt+Left` / `Shift+Alt+Right` move and select by subword, so identifiers like `camelCase` and `snake_case` behave like IntelliJ's CamelHumps navigation. -If you want to copy that behavior into another base keymap, see the copy-paste `keymap.json` examples in [Key Bindings](../key-bindings.md#word-and-subword-navigation). - ## Set Up Editor Preferences You can configure most settings in the Settings Editor ({#kb zed::OpenSettings}). For advanced settings, run `zed: open settings file` from the Command Palette to edit your settings file directly. diff --git a/docs/src/migrate/pycharm.md b/docs/src/migrate/pycharm.md index 37728a349af81df79dab044a1c48c5db11a4c5bc..a7a5e7829c350bdaff7c397b5a589bc9e740ec57 100644 --- a/docs/src/migrate/pycharm.md +++ b/docs/src/migrate/pycharm.md @@ -45,8 +45,6 @@ This maps familiar shortcuts like `Shift Shift` for Search Everywhere, `Cmd+O` f In editors, the JetBrains keymap also makes `Alt+Left` / `Alt+Right` and `Shift+Alt+Left` / `Shift+Alt+Right` move and select by subword, so identifiers like `camelCase` and `snake_case` behave like PyCharm's CamelHumps navigation. -If you want to copy that behavior into another base keymap, see the copy-paste `keymap.json` examples in [Key Bindings](../key-bindings.md#word-and-subword-navigation). - ## Set Up Editor Preferences You can configure most settings in the Settings Editor ({#kb zed::OpenSettings}). For advanced settings, run `zed: open settings file` from the Command Palette to edit your settings file directly. diff --git a/docs/src/migrate/rustrover.md b/docs/src/migrate/rustrover.md index a94acd4771387826086943cb2944c632a347e2e9..8cd33641b3890e67f71fcb8b4af7fb6e4446928c 100644 --- a/docs/src/migrate/rustrover.md +++ b/docs/src/migrate/rustrover.md @@ -45,8 +45,6 @@ This maps familiar shortcuts like `Shift Shift` for Search Everywhere, `Cmd+O` f In editors, the JetBrains keymap also makes `Alt+Left` / `Alt+Right` and `Shift+Alt+Left` / `Shift+Alt+Right` move and select by subword, so identifiers like `camelCase` and `snake_case` behave like RustRover's CamelHumps navigation. -If you want to copy that behavior into another base keymap, see the copy-paste `keymap.json` examples in [Key Bindings](../key-bindings.md#word-and-subword-navigation). - ## Set Up Editor Preferences You can configure most settings in the Settings Editor ({#kb zed::OpenSettings}). For advanced settings, run `zed: open settings file` from the Command Palette to edit your settings file directly. diff --git a/docs/src/migrate/webstorm.md b/docs/src/migrate/webstorm.md index 2b37cb513207bb8ad0c104d6f2ade3ab1e0d8a60..ac3bc06c106e5ff451f908221cdc29b145a23186 100644 --- a/docs/src/migrate/webstorm.md +++ b/docs/src/migrate/webstorm.md @@ -45,8 +45,6 @@ This maps familiar shortcuts like `Shift Shift` for Search Everywhere, `Cmd+O` f In editors, the JetBrains keymap also makes `Alt+Left` / `Alt+Right` and `Shift+Alt+Left` / `Shift+Alt+Right` move and select by subword, so identifiers like `camelCase` and `snake_case` behave like WebStorm's CamelHumps navigation. -If you want to copy that behavior into another base keymap, see the copy-paste `keymap.json` examples in [Key Bindings](../key-bindings.md#word-and-subword-navigation). - ## Set Up Editor Preferences You can configure most settings in the Settings Editor ({#kb zed::OpenSettings}). For advanced settings, run `zed: open settings file` from the Command Palette to edit your settings file directly.