how to move word by word in terminal linux code example
Example 1: move cursor faster in terminal mac
Move to the start of line. Ctrl + a
Move to the end of line. Ctrl + e
Ctrl + Left Arrow or Alt+B or Esc and then B – moves the cursor back one
word at a time.
Ctrl + Left Arrow or Alt+B or Esc and then F – moves the cursor back one
word at a time.
Example 2: move word forward linux
Ctrl + Left Arrow or Alt+B or Esc and then F – moves the cursor back one
word at a time.