Last active
May 20, 2016 04:47
-
-
Save note103/004fce0385f3958961c7efacb4a10fed to your computer and use it in GitHub Desktop.
Amazonの日本語まじりの長いURLを短縮するVimマッピング
This file contains 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>amz :%s/\v(amazon.+)\/(.+)(\/dp\/[^?\/]+).*/\1\3/gc<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment