I thought this was pretty neat:

Consider this abbreviated form of the :global command:
➾ :g/re/p
re stands for regular expression, and p is short for :print, which is the default [cmd]. If we ignore the / symbols, we find the word “grep.”

Taken from the book Practical Vim