Skip to content

A text editor for psychopaths inspired by vim and kakoune.

Notifications You must be signed in to change notification settings

familyfriendlymikey/imba.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imba.vim

A TUI editor written in Imba. It works but it's incomplete.

I'd love to have an editor that I can customize with Imba but I don't want to be on the computer more than I already am, and tools like Neovim, Kakoune, and Helix are already 80% as good as it's going to get.

Development

Logging

Since this is a TUI app, logging to the console doesn't work. Logging to a file didn't work either. So, instead we get the path of another terminal by running:

tty
# /dev/ttys002

Then run dev, redirecting stderr to that terminal:

npm run dev 2>/dev/ttys002

About

A text editor for psychopaths inspired by vim and kakoune.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages