How to select non-url text with Vimperator?

I'm using vimperator 3.5 with firefox 17. Everything goes well except non-url text selecting. It seems that nothing about this described in the official help document. Everytime when I want to select some non-url texts I have to use my mouse to finish it. It's really annoying.


Solution 1:

Jumping to the point to start your select

You can use / to find whatever you want to search and use n to go to specific locations.

Selecting

Once you are there, type c to enter CARET mode where you can use hjkl to move around and use v to select just like vim.

Coping

Also use y to yank. Happy vimp!