bash - Fastest way(s) to move the cursor on a terminal command line? - Stack Overflow
set
The set Command in Linux | Baeldung on Linux
How to setup Vi Editing Mode for zsh - Stack Overflow
https://github.com/jeffreytse/zsh-vi-mode
<C-c>
exit<C-t>
fuzzy find files (Only search files)<C-r>
look through history commands<Alt/Option-c>
fuzzy change directories** [Tab]
fuzzy find but more fine-tunedfind . -maxdepth 1 -type l -ls
List all symlinks in current directory