hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.7K
active users

#neovim and #vim #tip #TIL

In visual line mode:

gJ

joins selected lines without putting spaces betwixt. Useful for when you've copied an SSH public key from a terminal that's decided not to realise it's one line.

Normal mode:

3gJ

join three lines without spaces.

Jörg Markert

@artfulrobot gJ joins the lines and keeps existing whitespace (there may be none), gj joins the lines with a single space, I think there is no trim and join builtin