Dec
05
2015
By abernal
In order to stop line breaking in vim, we must follow these steps:
Process to disable
1. Once inside vim, type [ESC + :]
:set nowrap
Process to enable
1. Once inside vim, type [ESC + :]
:set wrap