1---
2title: Helix Mode - Zed
3description: Helix-style keybindings and modal editing in Zed. Selection-first editing built on top of Vim mode.
4---
5
6# Helix Mode
7
8_Work in progress. Not all Helix keybindings are implemented yet._
9
10Zed's Helix mode is an emulation layer that brings Helix-style keybindings and modal editing to Zed. It builds upon Zed's [Vim mode](./vim.md), so much of the core functionality is shared. Enabling `helix_mode` will also enable `vim_mode`.
11
12For a guide on Vim-related features that are also available in Helix mode, please refer to our [Vim mode documentation](./vim.md).
13
14To check the current status of Helix mode, or to request a missing Helix feature, see the ["Are we Helix yet?" discussion](https://github.com/zed-industries/zed/discussions/33580).
15
16For a detailed list of Helix's default keybindings, please visit the [official Helix documentation](https://docs.helix-editor.com/keymap.html).
17
18## Core differences
19
20Any text object that works with `m i` or `m a` also works with `]` and `[`, so for example `] (` selects the next pair of parentheses after the cursor.