Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Buffers are truly amazing - combined with powerful buffer naming patterns, it's a breeze switching between buffers blindly (included with autocomplete) and if you forget about which buffers are open it's a keystroke away to see an overview of the buffers open...

20-25 buffers open at once? Easy!



> 20-25

I get that many in a day of hacking. With emacs open for a couple of weeks, I can hit a hundred pretty easily.


^ Ido mode user!


Ido with fuzzy searching is an absolute must. Type "mobusmai" to get to "mobile_user_mailer.rb" in an instant.


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".


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: