Skip to main content

Questions tagged [wrap]

0 votes
2 answers
103 views

I'm using M3 macbook and VIM 9.1. The computer is very idle; 80% CPU and 5GB RAM are available. I have a file whose size is 26MB. It consists only of 40 lines but each line is very long (e.g. 1,000,...
ynn's user avatar
  • 319
1 vote
2 answers
187 views

When writing LaTeX, I try to stick to one sentence per line to make my text work well with diffs, as is commonly accepted practice. Because I have to use a very large font size, nearly every sentence ...
TheGiwi's user avatar
  • 47
2 votes
1 answer
92 views

When I enable the wrap option, the first line of the viewport remains fixed and the lines below it are all shunted down as they are wrapped. This means the cursor line jumps down too, which is ...
Roger Keays's user avatar
2 votes
1 answer
380 views

So currently I'm disabling wrap in my vim, but I remember in vim when wrap is disabled and the line is too long to display, it would add a ">" at the end of the line so you know the line ...
Andrew.Wolphoe's user avatar
0 votes
1 answer
171 views

I'm trying to have text longer than a vim windows displayed on several lines. For this, I tried to follow the advice of this blog by entering set wrap in the .vimrc file but nothing changes and the ...
ecjb's user avatar
  • 169
0 votes
0 answers
39 views

is it possible to set nowrap to a line range in the active buffer and set wrap to everything else? I edit LaTeX files. I want to see everything after \begin{document}. but only see the general ...
Anas sheshai's user avatar
0 votes
0 answers
107 views

I'm using Vim to typeset some Latex documents, and resizing it to take up half my screen so I can reference other materials on the other half. Therefore, formatoptions+=t would be very helpful here. ...
aquohn's user avatar
  • 101
1 vote
0 answers
349 views

Is it possible to break visual line without breaking line? For example: Some text blah blah "insert visual break" "cursor now here" keep writing. But both these sentences is one wrapped line. ...
Yasha's user avatar
  • 111
0 votes
1 answer
162 views

Suppose I have a wrapped line like this with the cursor positioned just before the AND (&). Is there an option to move the cursor just before the OR (|) pressing the <Down> key ? This ...
simzz's user avatar
  • 580