I like that the long lines are displayed over more than one terminal line; I don’t like that vim inserts newlines into my actual text. Which part of .vimrc I should change?
set formatoptions-=t Keeps the visual textwidth but doesn't add new line in insert mode.
set formatoptions-=t