Skip to content

Helix Editor

Source: The Most Underated IDE - Code to the Moon - YouTube

  • Has IDE features built in
  • Modal editor: normal, insert modes
  • Normal mode using w and b to move between words like Vim. Helix also highlights the words

Source: Talk with Nik Revenco (Helix Contributor) | Learning about Helix, as a Neovim user in a question and answer format

How to open files and explore directories?

Section titled “How to open files and explore directories?”
  • File picker
  • Helix integration with Yazi file explorer
  • Helix explorer (newer feature)
  • :open <file> using command mode

Pressing space and other key combinations, a help screen will displayed. Helix mostly uses vim motions, though some keys are different.

Set up files at ~/.config/helix and put config.toml, could copy existing languages.toml