[Tutorial] Remove Dupilicated Lines in Vim

Published: by Creative Commons Licence (Last updated: )

Remove Dupilicated Lines in Vim1

:sort u

Explanation:

  • sort is the command to sort the lines.
  • u stands for unique.

References