|
From: | Kevin Rodgers |
Subject: | Re: Kill other buffers |
Date: | Mon, 12 Dec 2005 09:52:21 -0700 |
User-agent: | Mozilla Thunderbird 0.9 (X11/20041105) |
Pedro Sa da Costa wrote:
Suppose that i have 3 files opened in emacs.Now, i'm in file 1 and i want to close file 2 and file 3. There is any short- key to close (kill) other buffers opened, while i'm in file 1?
Try `M-x electric-buffer-list'. I prefer it to list-buffers, so I override the default binding: (global-set-key "\C-x\C-b" 'electric-buffer-list) -- Kevin Rodgers
[Prev in Thread] | Current Thread | [Next in Thread] |