How to Wrap and NOT Wrap Lines in vim

By: Zhiqiang Ma In: Linux

For wrap:

:set wrap

For not wrap which will be useful when reading some data result such as logs:

:set nowrap

It can also be written into the .vimrc config files

Updated on Apr. 2. Format the post.

Author: Zhiqiang Ma Posted on: Jan 21, 2010 Views: 137
Tags: , ,
Like this post? Subscribe full-text feeds from all Fclose.com blogs:
Add your comments, share your thoughts

Be nice. Keep it clean. Stay on topic. No spam.