Skip to content

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

Open
matteoeghirotta wants to merge 4 commits intosharplispers:masterfrom
matteoeghirotta:master
Open

fix repl freezing when typing C-<arrows>#4
matteoeghirotta wants to merge 4 commits intosharplispers:masterfrom
matteoeghirotta:master

Conversation

@matteoeghirotta
Copy link
Copy Markdown

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
Copy Markdown
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