It would be awesome, if the plugin offer a way to delete every n line. I've got regular cases were I need to delete just every second line and somehow I miss this feature. Example:
``` line 1 line 2 line 3 line 4 line 5 ```
would become
``` line 1 line 3 line 5 ```