Hotkey to remove duplicate lines in Sublime Text 2?
Solution 1:
Take a look at this question/answer: How can I set key bindings for menu items in Sublime Text 2?.
Add to your User keymap:
{ "keys": ["f8"], "command": "permute_lines", "args": {"operation": "unique"} }