-1

When editing an file in vim it is displayed correctly unless I open vim inside a "screen" window (hope that "window" is the correct term here).

The picture below shows what I mean: I used :set list to make EOL visible, but the layout is the same without :set list just without the $ signs.

I did find some online resources (like this SU question for example) but nothing that triggered the "yes, now I get it" sensation.

the same file displayed in vim inside "screen" (left) and outside "screen" (right)


EDIT: I am still struggling with that issue and I realise by now that it seems to be somewhat common. It seems to be related to settings made by stty (like onlcr).


Andreas
  • 11
  • 3

1 Answers1

0

I ended up using tmux instead of screen. That "solved" the problem.

Andreas
  • 11
  • 3