Bash move forward a word and backward a word using command line shortcut keys
Bash move forward or backward a word on the command line shortcut keys
Will move you forward one word on the command line
ESC f
Will move you backward one word on the command line
ESC b
Will move you forward one word on the command line
ESC f
Will move you backward one word on the command line
ESC b
Comments