run edit -f filename
: to force the file to be opened in your default editor. You can do this with any user shell as long as the file is in your path. Also, you can make it a zsh function (it will not work as a bash or ksh function because of the differing syntax.)