gchp / iota

A terminal-based text editor written in Rust
MIT License
1.63k stars 81 forks source link

Initial implementation of a prompt overlay #73

Closed gchp closed 9 years ago

gchp commented 9 years ago

See #64

Still quite a bit to clean up here, though it is functional. You can test it like by starting Iota with the --vi flag and pressing : to start the prompt.

Typing q or quit and hitting Enter will exit the editor. Pressing Esc or typing any other text in the prompt followed by Enter will exit the prompt.