Created
October 11, 2019 13:08
-
-
Save hoop33/705d1d585434290e38e5458b3758e7cf to your computer and use it in GitHub Desktop.
Reformatting X12 in Vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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