diff --git a/docs/src/helix.md b/docs/src/helix.md index ddf997d3f0..37eaf516c9 100644 --- a/docs/src/helix.md +++ b/docs/src/helix.md @@ -9,3 +9,7 @@ For a guide on Vim-related features that are also available in Helix mode, pleas To check the current status of Helix mode, or to request a missing Helix feature, checkout out the ["Are we Helix yet?" discussion](https://github.com/zed-industries/zed/discussions/33580). For a detailed list of Helix's default keybindings, please visit the [official Helix documentation](https://docs.helix-editor.com/keymap.html). + +## Core differences + +Text object motions like `mi|` work, even if the cursor is on the `|` itself. Also, any text object that work with `mi` or `ma` also works with `]` and `[`, so for example `](` selects the next pair of parentheses after the cursor.