FYI - this is not a general-purpose cheat sheet for vim. I've been using vim/vim for over 35 years.
So, this is more of list of random things in core-vim or various plugin-ins that I've recently started using or am strugging to remember when I need them.
Use exerberant ctags for best results. (It's not the default ctags
program on MacOS.)
g-] Search for the tag under the cursor and select between multiple possible matches.