what I would like to do is
when I write inside on console a command, for example.
ls
file1.txt folder1 folder2
then I write
cd (I hit some magic shortcut and I can access using down button first file1.text. when I click it again I see "cd folder1" when I hit it again I see "cd folder2".
is it possible?
I do know there is auto-complete with tab, but that is not what I want.