When trying to navigate folders, typing out the complete folder names gets cumbersome, especially with more verbose names.
Solution is to enable autocomplete when you press tab
in terminal. For exact steps, you may visit this link.
I'm also taking note of here for posterity's sake:
Type in terminal nano
~/.inputrc
Paste the following on separate lines
set completion-ignore-case on set show-all-if-ambiguous on TAB: menu-complete
Hit
control+O
to save changes to .inputrc followed bycontrol+X
to exit nanoOpen a new Terminal window or tab to open a new session with autocomplete enabled
Type and hit the tab key