vim join line without space code example
Example: vim join line without space
gJ does this.
from :help gJ:
Join [count] lines, with a minimum of two lines.
Don't insert or remove any spaces.
You could rebind it to J, if you want to save a keystroke:
:nnoremap J gJ