What is the key combination for moving to the beginning of the sentence?
For example,
I type the commands under bash shell or csh below,
Code:
$ ln -s /etc/X11 /hom/ggyyree/Desktop/X11_link
and I want to go to the beginning of the
Code:
/hom/ggyyree/Desktop/X11_link
when I at the end of the sentence because I make a mistake to type home as hom...
I know press Ctrl+a will go to the beginning of the whole command such as 'ln' above. Is there an easy way to go to the beginning of '/hom'?
Where can I find a whole list as a cheatsheet or something for all these key combination tricks? Cheers.