Skip to content

Instantly share code, notes, and snippets.

@mastensg
Last active January 6, 2016 03:58
Show Gist options
  • Save mastensg/6d9030e25699c2eed5c4 to your computer and use it in GitHub Desktop.
Save mastensg/6d9030e25699c2eed5c4 to your computer and use it in GitHub Desktop.
Use Ctrl-Z to resume
bind '"\C-z":" \C-u fg\C-j"'
trap "stty susp '^z'" DEBUG
PROMPT_COMMAND="stty susp ''"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment