I've searched online for this a while, but I couldn't find an answer.
What I want to do is to edit the previously entered search text in vim.
For example, say I just searched for "FooClass". Then I want to search for "FooMethod", but rather than typing the whole word from scratch, I would like to backspace 5 times to remove "Class", and just type "Method" after "Foo".
Thanks!