Bash Navigation
Ctrl + A
Move to the start of the command line
Ctrl + E
Move to the end of the command line
Ctrl + F
Move one character forward
Ctrl + B
Move one character backward
Ctrl + XX
Switch cursor position between start of the command line and the current position
Ctrl + ] + x
Moves the cursor forward to next occurrence of x
Alt + F / Esc + F
Moves the cursor one word forward
Alt + B / Esc + B
Moves the cursor one word backward
Alt + Ctrl + ] + x
Moves cursor to the previous occurrence of x
Bash Control/Process