vim uind set wrap

Wer schon immer Probleme mit `set wrap` und sehr langen Zeilen im vim hatte, lese sich bitte folgendes durch:

[Some lines in a file are more than the screen width and they are all wrapped. When I use the j, k keys to move from one line to the next, the cursor is moved to the next line in the file instead of the next line on the screen. How do I move from one screen line to the next?](http://vimdoc.sourceforge.net/vimfaq.html#10.4 „vim FAQ“)

[When there is a very long wrapped line (wrap is „on“) and a line doesn’t fit entirely on the screen it is not displayed at all. There are blank lines beginning with ‚@‘ symbol instead of wrapped line. If I scroll the screen to fit the line the ‚@‘ symbols disappear and the line is displayed again. What Vim setting control this behavior?](http://vimdoc.sourceforge.net/vimfaq.html#14.15 „vim FAQ“)

Dazu noch `set lbr` und man kann wunderbar auch mit den längsten Zeilen umgehen.

Hint: `set list` hebt das `set lbr` auf. Das ist kein bug :-)

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.