Terminality
Terminality copied to clipboard
Would be nice to add command history in Terminality
As in regular Terminal or REPL, all user's inputs were pushed into a command history, and when user type up arrow, it will automatically insert the last command the user has entered.
This would be a handy function.
Terminallity is not a terminal emulator so the native command history functionality is not exists. However, I could implement this to the plugin but that would be a global scope (shared history) instead which I don't know if it useful or not.
I have tried many terminal emulator under sublime text, I would say that terminality is the best in the sense that other terminal emulators usually failed to accept input while terminality can do it. I do suggest that you implement this feature so people can use it as a terminal emulator when necessary , although it is not intend to be a emulator.