I can\'t stop vim from wrapping my Python code. If I enter :set nowrap like a champ, but it still wraps.
:set nowrap
I can hit J to unite the split lines
To disable line wrap, you can enter :set wrap! or append this command to your ~/.vimrc.
:set wrap!
~/.vimrc