Skip to content
On this page

Vim

Random tips and tricks to use Vim more efficiently

Toggling line wrapping

To turn line wrapping on:

:set wrap

To turn line wrapping off:

:set nowrap

To toggle line wrapping on and off:

:set wrap!

Built using VitePress. Released under the MIT License.