Created
August 5, 2019 17:34
-
-
Save p7g/c6601c4d3b626c2bf3c184fb89e0db4c to your computer and use it in GitHub Desktop.
Some vim :s commands to remove python type hints
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
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