Last active
December 14, 2015 07:19
-
-
Save mfo/5049736 to your computer and use it in GitHub Desktop.
When using pry-cooline (https://github.com/pry/pry-coolline), enable to suspend the REPL by hitting C-z. Use `fg` to bring it back to the front
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $HOME/.config/coolline/coolline.rb, see https://github.com/Mon-Ouie/coolline#configuration | |
Coolline.bind "\C-z" do |cool| | |
`kill -s TSTP #{Process.pid}` | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment