Hacker News new | ask | show | jobs
by jopython 1260 days ago
Solution for bash anyone?

Saw this in the internets

if [[ $- == i ]]; then

  stty susp undef

  bind '"\C-z":" fg\015"'
fi