vim-slime
vim-slime copied to clipboard
[Issue] Send code have problem with normal-terminal mode vim
I map <Esc> to use normal mode inside terminal vim. When I send a group of code into this terminal, it has some problems
- Code look weird when send from vim buffer to terminal
https://user-images.githubusercontent.com/75968004/162155262-ba90591b-258e-408e-a104-7146e3d2bc7b.mp4
- In Windows Terminal, the julia header is wrapped.
- In normal-terminal mode, the sending code isn't updated when send from buffer to terminal.
https://user-images.githubusercontent.com/75968004/162159999-5a21bbe4-227f-4b88-bb93-897d9abadf76.mp4
hi @hungpham3112
have you tried tmux? does this only happen with vim terminal?
hi @hungpham3112
have you tried tmux? does this only happen with vim terminal?
Thanks you for quick reply. I have never tried tmux, This happen to me with vim-terminal inside Windows Terminal, in Gvim the Julia header doesn't wrap but others issue still there. I just use this plugin for the first time and like it.
We can iterate: if you try different combinations are find something, let me know.
We can iterate: if you try different combinations are find something, let me know.
I can confirm to you that just Windows Terminal has the second issue. I tested cmd.exe, window powershell, window terminal, alacritty and still exist the first and third issue above.
Is that just with julia? Do other REPL behave the same?
Is that just with julia? Do other REPL behave the same?
I opened the issue https://github.com/JuliaLang/julia/issues/44927, it seems like problem with Julia REPL. The first issue caused by Julia REPL and the third because of vim. I think this is my fault, sorry to waste your time. I will try to reproduce and will close this issue when I'm done.
ok, keep me posted
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Today, I look back to this problem. The first issue is caused by the Julia REPL behavior in Windows, the third is caused by the expected behavior of terminal mode in vim, not related to this plugin. The second issue I assume it is a bug with Window Terminal.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.