-
Notifications
You must be signed in to change notification settings - Fork 52
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
Slimux broken in IPython 5 #63
Comments
I've got the same issue! |
same here ... bpython works tho |
I have this problem too! My only fault for an AWESOME plugin. I did find though that exiting out of IPython to just a normal bash prompt, SlimuxREPLSendSelection DOES indeed send the selection only, however, after left clicking in the bash prompt pane (and hearing n -1 terminal beeps when copying over n lines). Just interesting...it DOES work, just not in the new IPython. |
Same issue. Anyone find a workaround? |
I found a workaround, but note that I haven't yet checked all corner cases. Here's a line that makes the visual selection mode work with Slimux in Ipython 5 for me, binding the command to
In short, the idea is to use the %cpaste magic to enter text. This has the added advantage that it probably works better with heavily indented code, although I haven't fully checked. Here's what it does:
|
I just created a PR for adding an option to use |
One concern about %cpaste is it will not be saved in ipython's history. Checkout ipython/ipython#1384 After some investigation, I found that
I've created a PR accordingly: #75. |
I have this on my work station but on my laptop it works just fine! |
When the user sends a visual selection to a pane with IPython 5, slimux only sends the first line. Here is a screenshot the show the result after visual selection (selecting both lines) and
<C-c><C-c>
:By the way, excellent plugin.
The text was updated successfully, but these errors were encountered: