Skip to content

Instantly share code, notes, and snippets.

@slode
Created August 22, 2019 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slode/effbed2113a15a39cc0af6696cdc4b38 to your computer and use it in GitHub Desktop.
Save slode/effbed2113a15a39cc0af6696cdc4b38 to your computer and use it in GitHub Desktop.
" Changes all uuids in a document
noremap <leader>cu :%s/[-[:xdigit:]]\{36}/\=substitute(system('uuidgen'), "\n", "", "")/<CR>
" Inserts a new uuid at cursor
noremap <leader>iu :let @u=substitute(system('uuidgen'), "\n", "", "")<CR>"up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment