How to wrap and NOT wrap lines in vim
By: Zhiqiang Ma
On: Jan 21, 2010
Views: 27 No Comment
Print
Email
Tags: client config, Linux, tips, vim
Tags: client config, Linux, tips, vim
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.
















Leave your response!