I'm trying to configure a desired behavior when soft-wraping text.
I only have three lines in my .vimrc
set nocompatibleThis work as I would expect, except from the moment when vim actually wraps text. When I write a word that takes me to the end of the line, the cursor jumps to the next line while the word stays on the previous line. If I then press ‹space›, the last word moves to the same line as the cursor. I would like the cursor to stay on the same line as the last word when typing.
Basically, I think I'm trying to acomplish what is standard word-wrap and insert in other editors/word processors.
Is there a way to accomplish this? Is this due to terminal settings?