Rather than ask for your favorite, lets just list them off.
What are the more useful commands inside less?
Personally, I use:
/(search forward)?(search backwards)F(enable tail -f like behvaior, Ctrl-C to break out of it)v(open file in $EDITOR for editing, defaults to vi/vim)
Others?