Tab Completion
SH · Shortcuts & Productivitysyntax
Tab # complete
Tab Tab # show all possibilitiesexample
cd /etc/ng<Tab>
# Completes to: cd /etc/nginx/
git che<Tab><Tab>
# Shows: checkout cherry cherry-pickNote Tab completion works for commands, file paths, and (with bash-completion or zsh plugins) for subcommands and flags of many tools including git, docker, kubectl, and ssh hosts. Install bash-completion for enhanced support in Bash.