Simple modal editor to play with elm and zippers. Currently supports normal and insert modes with few features.
- Window for current buffer, which resizes with window and has ~s
- Continue implementing the editor actions I capture from the keyboard
- Status line, : commands
- modes (insert, normal, visual)
- save/load
- undo/redo
- decent feature parity with vi. Progress on this front is tracked in the
vim-commands.txt
file. - vim's text objects, like
iw
used with certain operators as inciw
- Multiple open buffers
- Structural editing (S exps, etc)