Is there any way to tell iswitchb to ignore buffers based on mode not string? I would like to exclude the buffers opened in dired mode which are very often the most numerous and it's hard to find opened files in minibuffer among them. Any help on this would be appreciated.
Iswitchb ignore dired buffer
138 Views Asked by Elvis_Rotor At
2
You can add a custom function to iswitchb-buffer-ignore to do this. There is actually an example in iswitchb.el -- based on that, this will do the trick:
This preserves the default behavior of ignoring buffer names that begin with a space, and adds the filter for dired-mode buffers.