Skip to content

Instantly share code, notes, and snippets.

@hoop33
Created October 11, 2019 13:08
Show Gist options
  • Save hoop33/705d1d585434290e38e5458b3758e7cf to your computer and use it in GitHub Desktop.
Save hoop33/705d1d585434290e38e5458b3758e7cf to your computer and use it in GitHub Desktop.
Reformatting X12 in Vim
nnoremap <leader>x12 :%s/\n//g<cr>:%s/\~/\~\r/g<cr>gg:nohlsearch<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment