Skip to content

Instantly share code, notes, and snippets.

@benwu232
Last active August 29, 2015 14:01
Show Gist options
  • Save benwu232/c9e94841f91386bf6602 to your computer and use it in GitHub Desktop.
Save benwu232/c9e94841f91386bf6602 to your computer and use it in GitHub Desktop.
add 0x and , to n-digit hex numbers in vim
%s#\([0-9,A-F,a-f].\)#0x\1,#g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment