Skip to content

Instantly share code, notes, and snippets.

@note103
Last active May 20, 2016 04:47
Show Gist options
  • Save note103/004fce0385f3958961c7efacb4a10fed to your computer and use it in GitHub Desktop.
Save note103/004fce0385f3958961c7efacb4a10fed to your computer and use it in GitHub Desktop.
Amazonの日本語まじりの長いURLを短縮するVimマッピング
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