Other than moving cursor with arrow keys there are much more useful keyboard tricks in Linux command line:
Ctrl-a Move cursor to the beginning of the line. Ctrl-e Move cursor to the end of the line. Ctrl-f Move cursor forward one character; same as the right arrow key. Ctrl-b Move cursor backward one character; same [...]



