how do I join lines without spaces ? because every single time I click in join lines the joined lines has some spaces from word to word.
Closed #3937 as completed.
The use-case for join lines and reflow and related actions is for text source, so words separated by newline need remian separated, so by space instead. Otherwise the words runtogether.
If instead you purely want to remove the newline you can ... delete the newline ... with delete :grin:. Or for multiple lines use replace, with the escapes option selected, to replace `\n` with nothing.
github-comments@lists.geany.org