In Vimium, when I want to copy-paste text, I search the string with /mystring ENTER
. Then I go into visual mode with v
, where I can move around with h,j,k,l keys. However, when the search ends up at the middle of a string, I'm in trouble, because I want to copy the whole string, and the copying starts from the middle of the string.
How can I move left to the beginning of the string, without highlighting the beginning of the word?