Vim selection piping
In this post I would like to show a Vim1 trick I use often to do some repetitive editing tasks in a programmatic way. This is best explained by discussing an example. Think that you have a long list of values with duplicates and your task is to remove the duplicates and get the set of unique values. In my case, this kind of editing requirement is something which frequently comes up at work with data analysis queries....