Edit environment variables:

vared PATH

Diff command output creating temporary normal files

vimdiff =(ls /bin) =(ls /usr/bin)

Print path

print -l $path

Run a command detached &! or &| put it in background and disown the process, exiting the shell will leave it running:

sleep 300 &!