Matt Camp

Results 6 issues of Matt Camp

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...

Ref: https://github.com/gchp/iota/issues/120

If starting a new file, there is currently no way to leave the current line and append to a new line that I can tell.

It would be cool if we had some "hinting" system for commands. I usually use vim commands, but when opening without am totally lost. I expected a simple keystroke to...

In ref to [these](https://github.com/gchp/iota/blob/abc9c2c8dfec016fd4da91838a63bae035fa110b/src/iota/editor.rs#L103) comments. Needs to be done before "go to line" command in https://github.com/gchp/iota/issues/122

The most used command by me in other editors, by far, is the "go to line" command. Vital to implement before I can consider using iota in every day usage....