iota icon indicating copy to clipboard operation
iota copied to clipboard

A terminal-based text editor written in Rust

Results 43 iota issues
Sort by recently updated
recently updated
newest added

Is this project still maintained/active?

``` cargo build Compiling termbox-sys v0.2.10 error: could not find native static library `termbox`, perhaps an -L flag is missing? error: aborting due to previous error error: Could not compile...

Hi, This PR adds a simple page up and page down implementation. At the moment forward or backward 12 lines (a half of 24 lines in standard old consoles). PD:...

I'm sorry if this is a completely inappropriate place to take up my questions regarding some things in this text editor, but I can't seem to find any description of...

This PR does the follow: - update `doctopt` package to `1.0` - replace `rustc-serialize` with `serde` P.S: closes #149

the current serialize package used by Docopt (`rustc-serialize`) is deprecated in favour of serde. Hence, upgrade to use `serde` instead!

The language server protocol (LSP) would help integrating a lot of existing dev tools.

I would like to write my own keybindings for iota, for example in Json. Example: ``` [ { "keys": [ { "mode": "Ctrl", "key": "x" }, { "mode": "Ctrl", "key":...

Hello, I would like to collaborate with the Spanish translation, is it done?