Double exclamation in fish shell

In zsh, I can execute them. $ sleep 1 $ echo !$ # !$ equals 1 $ echo !! # !! equals sleep 1 But I can't execute them in fish shell. Could tell me why and where the zsh documentation is?