kakoune

Selection-based modal text editor with intuitive command syntax

brewmacoslinux
Try with needOr install directly
Source

About

Selection-based modal text editor

Commands

kak

Examples

Open a file for editing$ kak myfile.txt
Open multiple files in the same session$ kak file1.txt file2.txt file3.txt
Open a file at a specific line number$ kak +42 myfile.txt