By default, I think my vimrc setttings enable the auto-wrapping. However, sometimes, I would like to see text lines are not wrapped. Is there any command I toggle the text line wrapping enabled and disabled? This would avoid me to exit and to change settings.
By default, I think my vimrc setttings enable the auto-wrapping. However, sometimes, I would
Share
There is also the
linebreakoption that controls whether wrapped text is broken at word boundaries or not.