Terminality icon indicating copy to clipboard operation
Terminality copied to clipboard

Would be nice to add command history in Terminality

Open Z-Clive opened this issue 10 years ago • 2 comments
trafficstars

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.

Z-Clive avatar Oct 17 '15 08:10 Z-Clive

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.

spywhere avatar Oct 17 '15 16:10 spywhere

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.

divinites avatar Apr 06 '16 00:04 divinites