Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe an issue with iterm2 and 0.14.1 with ^A^B printing for Help headers #2202

Closed
justin808 opened this issue Jul 1, 2021 · 1 comment
Closed

Comments

@justin808
Copy link

Running rails c to launch Pry with my ~/.pryrc:

https://gist.github.com/justin808/1fe1dfbecc00a18e7f2a

Using item2:

image

Using MacOS Terminal

image

I'm using these gems:

  gem 'pry', '>= 0.14.1' # Console with powerful introspection capabilities
  # Need to use master of pry-byebug to use latest pry version
  gem 'pry-byebug', github: 'deivid-rodriguez/pry-byebug' # Integrates pry with byebug
  gem 'pry-doc' # Provide MRI Core documentation
  gem 'pry-rails' # Causes rails console to open pry. `DISABLE_PRY_RAILS=1 rails c` can still open with IRB
  gem 'pry-rescue' # Start a pry session whenever something goes wrong.
  gem 'pry-theme' # An easy way to customize Pry colors via theme files
@kyrylo
Copy link
Member

kyrylo commented Jul 1, 2021

Duplicate of #2185

@kyrylo kyrylo marked this as a duplicate of #2185 Jul 1, 2021
@kyrylo kyrylo closed this as completed Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants