In vim, is it possible to select a search template without moving the cursor?
For example, if I want to find m_depthTable , I could do:
/m_depthTable
which selects all instances of m_depthTable , but also moves to the next event.
I want to highlight without moving. Is it possible?
source share