Vim Tips
tips
archive
about
github
find duplicate lines
2019-01-19
simple way to find duplicate lines in vim:
Sort the file using
:sort
Execute command
:g/^\(.*\)$\n\1$/p