Hacker News new | ask | show | jobs
by marcmarc 5441 days ago
When you have 100 or more buffers open, you may have two files with the same name. Using uniquify (require 'uniquify) helps differentiate them. Instead of getting file<1> and file<2> you get file:"directory_1" and file:"directory_2".
1 comments

That's exactly what I use, Uniquify and Ido.