- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
WIP: Better way to attain config & theme directories
Pressing backspace on an empty buffer causes panic
basic file handling
It definitely should not exit silently, it should error, stating that :q
doesn’t take arguments (on its own).
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