After searching the manual page for less, I found the shortcut similar to vim's:
= Prints some information about the file being viewed,
including its name and the line number and byte offset of
the bottom line being displayed. If possible, it also
prints the length of the file, the number of lines in the
file and the percent of the file above the last displayed
line.
Also of note are the shell commands:
! shell-command Invokes a shell to run the shell-command given. A percent
sign (%) in the command is replaced by the name of the
current file. (...) "!" with no shell command simply invokes a
shell.