Files
babi/README.md
2020-02-17 17:08:26 -08:00

1.5 KiB

Build Status Azure DevOps coverage

babi

a text editor, eventually...

why is it called babi?

I usually use the text editor nano, frequently I typo this. on a qwerty keyboard, when the right hand is shifted left by one, nano becomes babi.

quitting babi

currently you can quit babi by using ^X (or via Esc + :q).

demos

not much works yet, here's a few things

file view

this opens the file, displays it, and can be edited in some ways and can save! movement is currently enabled through the arrow keys, home + ^A, end + ^E, and some key combinations are detected. unknown keys are displayed as errors in the status bar. babi will scroll if the cursor goes off screen either from resize events or from movement. babi can edit multiple files. babi has a command mode (so you can quit it like vim :q!).