help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove all directory listings buffers


From: andrea
Subject: Re: Remove all directory listings buffers
Date: Sat, 28 Nov 2009 19:40:23 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

rotlas <katofa@gmail.com> writes:

> I often end up with lots of directory buffers (those buffers with "dired by
> name" mode), after navigating in the filesystem in order to open files. Is
> there an easy way to get rid of all those buffers at once, and leaving the
> other?
>
> Thanks

As other people pointed out already ibuffer is much nicer, I added this
to my configurations

(global-set-key "\C-x\C-b" 'ibuffer) ;; manage buffers with ibuffer

But I also always end up having too many buffers, I need a better
strategy for killing them when I don't need them anymore..





reply via email to

[Prev in Thread] Current Thread [Next in Thread]