I have been looking into this - but I can't get previous entered commands in Terminator (multi-terminal). I have looked into the Preference but I don't see how it is done.
I know this is not really Ubuntu question, but I am sure many of you have used Terminator.
Does anyone know how to get the previous entered commands?
Thanks!
You can try typing:
in your terminal.
Or you could search it with CTRL-r.
Also You can just use the up-arrow to see the previously used commands.
Try with this:
sudo vim /etc/inputrc
uncomment or add this two line
"\e[5~": history-search-backward
"\e[6~": history-search-forward
logout/login
then try to write some command listed in history...
like...
write
and press
page up
If you did everything right it should auto-complete your command :)