- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
basic file handling
I was planning on making the Iterator peekable, so we could do:
'q' => {
if commands.peek() == '!' { self.no_save = true; }
else { self.no_save = false; }
self.quit = true;
},
When on newline character,
a
moves the cursor before the selected character
Handling redirects/pipes and no stdin
Add
a
entering Insert mode with appending cursor instead
Okay, then what is the best way to pass the fact that we pressed a
instead of i
in on_normal_event()
to on_insert_event()
so i can tell it to move the cursor back when it re-enters…
Add
a
entering Insert mode with appending cursor instead
AGPL license
Please also add
package.license
to Cargo.toml and add your own copyright onto main.rs, if you want.
I will add copyright when I make substantial changes to the code :)