gchp / iota

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

Chained cmds #126

Open mattscamp opened 8 years ago

mattscamp commented 8 years ago

This is a start to chained commands in overlay mode. Right now it supports a chained save and exit ("wq") and jumping lines(directly calling the #, e.g. "25").

Ref: https://github.com/gchp/iota/issues/122 https://github.com/gchp/iota/issues/123

Known bugs right now:

mattscamp commented 8 years ago

@gchp Looks like this commit broke something: https://github.com/gchp/iota/commit/def8d771e6aa7cd8ac0bb2db71c7fa826d636419

gchp commented 7 years ago

@mattscamp yep, I forgot to commit some stuff. Could you rebase this and see if it builds?

mattscamp commented 7 years ago

Sure, looks like it's failing for a new reason now. @gchp