Vim Jump to Previous Occurrence
In Vim Normal mode, *
searches forward for the next occurrence of word. But what goes back?
It’s #
!
This TIL illustrates how we get set in our ways with our tools. I found a way to use Vim for over a decade without knowing how to do this. Today, I learned.
See :help #
for more details.