Let's say I'm viewing two documents in vim, split horizontally:

# vim -o interesting_file_name.txt boring_file_name.csv

Now let's say I want to apply

:set nowrap

to both documents at once.

How do I do that.

link|improve this question

20% accept rate
feedback

1 Answer

up vote 0 down vote accepted
:windo set nowrap

Have a look at

:help list-repeat
link|improve this answer
Exactly what I was looking for. Thx. – klokop Aug 25 '10 at 15:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.