Programming in vim I often go search for something, yank it, then go back to where I was, insert it, modify it.
The problem is that after I search and find, I need to MA
The simplest way is to set a mark, with m[letter], then go back to it with '[letter]
m[letter]
'[letter]