TIL

Stumbled upon these by mistake in normal mode:

  • # moves the cursor to the previous occurrence of the currently hovered word
  • * does the same for the next occurrence

These are part of nvim's search commands, for more :h *, :h #, or :h search-commands

These are has handy as [til58].