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

fix repl freezing when typing C-<arrows> #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

matteoeghirotta
Copy link

I made some changes to solve the problem of repl freezing when typing Ctrl-right/left arrow. I'm used to these key bindings in emacs and muscle memory makes linedit unusable for me, since the terminal suddenly becomes unresponsive.
I bound C-right to forward-sexp and C-left to backward-sexp.
I also added the clear-screen (screen refresh as in emacs) command (bound to C-l)
and new-sexp (bound to M-N)

@matteoeghirotta
Copy link
Author

I should add that I'm on linux (debian), don't know how my changes affect mac users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant