Created
August 22, 2019 07:42
-
-
Save slode/effbed2113a15a39cc0af6696cdc4b38 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
" 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