Member-only storyA Walkthrough on Helix — A Post-Modern Modal Text EditorA walkthrough on the Helix editor.alpha2phi6 min read·Feb 9, 2023--4SharePress enter or click to view image in full sizeA Walkthrough on Helix — A Post-Modern Modal Text EditorThis article is part of the Helix series.Getting StartedThe classical learning curve for Vim/Neovim is daunting for beginners. Besides that, to make Vim/Neovim usable for coding, a considerable amount of time is also required to configure the editor. Helix comes in as a good alternative for beginners.https://i.stack.imgur.com/7Cu9Z.jpgHelix is a Kakoune/Neovim-inspired editor, written in Rust. It comes pre-configured with sensible defaults that featureVim-like modal editingMultiple selectionsBuilt-in language server supportSmart, incremental syntax highlighting and code editing via tree-sitterInstallationFor installation, Helix provides pre-built binaries. Alternatively, we can build it from the source.ConfigurationHelix can be configured using the config.toml file in the following location.Linux and Mac…