In Vim ^ you can move the cursor to the first word (not white space) of a line, for example
The quick brown fox jumps over the lazy dog
here ^ in Vim will move to T of The, but in Emacs, how to move the cursor to the first word (not white space) of a line instead of using the Mb / f and Ca / e / B / F series? Is there any existing team to do this?
thanks
source share