I do a vimdiff on 2 files. Now if I want to wrap 2 files then I need to apply :set wrap 2 times to each file separately.
Is there any way I can apply set wrap to both of them simultaneously without running same command twice?
|
|
windo does exactly what you want:
|
|||||||||||||
|
|
Found this solution using bash alias. I could not find a way to use
Credit to: http://www.nieko.net/data/bashrc |
||||
|
|