Either use describe-mode which shows all current modes and their keybindings. This is also helpful to figure out what major mode you are in. Doom also has SPC h b b (and similar SPC h b <x>) that displays the current keybindings
describe-mode
SPC h b b
SPC h b <x>
[[emacs]]