gchp / iota

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

Created new emacs mode and removed Emacs bindings from standard mode #136

Closed jncraton closed 6 years ago

jncraton commented 6 years ago

This separates emacs and standard mode as discussed in #134. Standard mode is the default, and emacs mode is available now via the --emacs flag. Readme updates are included to reflect this change.

gchp commented 6 years ago

Left one small comment. Other than that one thing - this looks good!

Thanks for taking the time to submit it!

jncraton commented 6 years ago

I took out the two bindings you mentioned along with Ctrl-Z and Ctrl-Y as those don't seem to be in emacs either.

gchp commented 6 years ago

Thanks!