diff --git a/README.md b/README.md index 0ce9407..98eec3f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Rust Shell. This is an attempt to create a simple shell in Rust, because why not TO DO: * Implement Alt+z cancels last hotkey (meh), * rc file shoudl probably just be called .sqishrc, and history .sqishrc.hist +* Typing vim aaa and then up arrow does not work properly ? It seems to get empty history lines +* Have a "Command not found" without having to display the previous return code ## sqishrc (Config) See the included sqishrc.yaml.example file included, and copy it as ~/.sqishrc.yaml