You Need To Check Out This Code Editor

Manpreet Singh
2 min readJun 7, 2022

Welcome back! Coding is one of the best skillsets to have nowadays, and one of my favorite things to do is try out different editors that are available, so, let’s take a look at another awesome text editor your can write your code in! This specific editor is called Helix, and it’s a post-modern text editor! Here is a link to their website:

This specific editor has multiple selections, language server support, and built in rust for the terminal as well!

If you want to install this editor, you can use the following command:

git clone https://github.com/helix-editor/helix
cd helix
cargo install --path helix-term

On macOS, you can build out this project with the following brew command:

brew tap helix-editor/helix
brew install helix

There you have it! Do you plan on using this editor? I would love to hear your thoughts about…

--

--