nmap gz :term zsh<CR>
:nnoremap <C-z> :term<Return>
Ctrl-Z only gets converted to SIGTSTP if the terminal has ISIG set. For example, try `stty -isig; sleep 5` and try to suspend or interrupt the sleep command.