Skip to content

Commit 72fc4d3

Browse files
authored
Merge pull request #2 from ThomasRules2000/patch-1
Add double tapping tab in bash
2 parents 81d0090 + 6fa6883 commit 72fc4d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cheatsheet.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ \section*{Tips}
5959

6060
You can navigate through your command history using the up and down arrow keys.
6161

62-
You can press tab to autocomplete the name of a file, if there is no ambiguity.
62+
You can press tab to autocomplete a command if there is no ambiguity. Double tapping tab will show a list of possible completions if there is ambiguity
6363

6464
Generally, you should try to avoid creating directories with a space character in their names.
6565
This is because arguments passed to a command are separated by spaces.
@@ -133,4 +133,4 @@ \section*{Commands and Options}
133133

134134

135135

136-
\end{document}
136+
\end{document}

0 commit comments

Comments
 (0)