Calmcode - zsh: autocomplete

Autocomplete

1 2 3 4 5 6 7

We files we've added were created via this prompt;

mkdir dir1
mkdir dir2
touch dir1/file_a.txt
touch dir1/file_b.txt
touch dir2/file_c.txt

From here, autocomplete will help you find files.

ls dir<TAB>
cd dir<TAB>