I am using Kali 2021.1. When I type commands in the terminal, it shows my last used command with the portion that I haven't typed grayed out.
For example, when I type cat
, the terminal outputs the last command that I had typed with cat
, which was cat test
, but the test part was grayed out.
Is there a way for the terminal to autocomplete test
? If I only type tab, it would not do anything unless I type enough characters in test for it to be singled out from other files that also start with t, te, etc.