Skip to content

Instantly share code, notes, and snippets.

@p7g
Created August 5, 2019 17:34
Show Gist options
  • Save p7g/c6601c4d3b626c2bf3c184fb89e0db4c to your computer and use it in GitHub Desktop.
Save p7g/c6601c4d3b626c2bf3c184fb89e0db4c to your computer and use it in GitHub Desktop.
Some vim :s commands to remove python type hints
nnoremap <leader>z :%s/ -> [^:]\+:/:/gc<CR>
nnoremap <leader>T :%s/\([^']\): [^,)]\+\([,)]\)/\1\2/gc<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment