# File lib/pry-remote-em/client/keyboard.rb, line 25
      def unbind
        bufferio(true)
        trap :SIGINT do
          Process.exit
        end
      end