prompt-toolkit / pymux

A terminal multiplexer (like tmux) in Python
BSD 3-Clause "New" or "Revised" License
1.45k stars 82 forks source link

Home / End key doesn't work in vim #55

Open davidbrochart opened 8 years ago

davidbrochart commented 8 years ago

Start pymux, hit Home and End keys several times before anything else, then the keys are broken. It doesn't happen all the time though.

akatrevorjay commented 8 years ago

Happens every time for me :'( Related: I use neovim

jonathanslenders commented 8 years ago

Hi @davidbrochart and @akatrevorjay, What operating system are you using? Which Python version?

Very recently I made a fix for OS X that made pymux crash in a certain situation. Can you verify whether it's still the case on the latest master.

Thanks!

davidbrochart commented 8 years ago

OS: Ubuntu 12.04 Python 3.4.5 (Anaconda 2.4.0)

I updated pymux to the latest master but that didn't fix the bug.