helix

A post-modern modal text editor written in Rust with batteries included

brewmacoslinux
Try with needOr install directly
Source

About

Post-modern modal text editor

Commands

hx

Examples

Open a file for editing$ hx path/to/file.txt
Create and edit a new file$ hx new_file.rs
Open multiple files in tabs$ hx file1.js file2.js file3.js