Hi Mike, > There doesn't seem to be a way to suspend a fish shell, ala the "suspend" > builtin in zsh, bash, etc. I'm wondering if this is a bug, and C-Z should > work (except in a login shell), or if it's a design feature. or if no one has > asked for it?
It works for me: diego@cuper➜ sleep 50 <press Ctrl-Z> 'sleep 50' has stopped diego@cuper➜ jobs Job Group State Command 1 53568 stopped sleep 50 diego@cuper➜ bg Send job 1 'sleep 50' to background diego@cuper➜ fg Send job 1, 'sleep 50' to foreground ^C~ Not sure where/how this is defined - I can’t find Ctrl-Z in the output from “bind”, but it must be defined somewhere. —Diego
------------------------------------------------------------------------------
_______________________________________________ Fish-users mailing list Fish-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fish-users