While moving the cursor across a vim process open in a tmux session, every now and then, why does it leave a trail of ghost characters - ^[OB, ^[OA?

后端 未结 4 414
借酒劲吻你
借酒劲吻你 2021-02-04 15:48

These disappear if I do a page-up and page-down. Why does this happen and how do I rectify it?

http://i.stack.imgur.com/DnMYl.png

I recently fiddled around with

4条回答
  •  醉梦人生
    2021-02-04 15:54

    Hard to say without knowing what's in your vimrc, but you can confirm whether it's something in there by starting it up without running it and seeing if it still happens using the following...

    vim -u NONE

提交回复
热议问题