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

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

Re: managing buffers


From: Tassilo Horn
Subject: Re: managing buffers
Date: Thu, 13 Sep 2007 08:33:51 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Kevin Rodgers <kevin.d.rodgers@gmail.com> writes:

Hi,

>> C-x C-b, then visit this buffer, manoeuvre to the buffer you want to
>> visit, f to follow.
>
> Me too, but with this customization:
>
> (global-set-key "\C-x\C-b" 'electric-buffer-list) ; default: list-buffers

here's another nice variant, which fits my needs best:


  (global-set-key (kbd "C-x C-b") 'ibuffer)
  (setq ibuffer-sorting-mode 'recency)

For buffer-switching with C-x b I like iswitchb:

  (iswitchb-mode 1)

Bye,
Tassilo
-- 
Chuck Norris  once ate a  whole cake before  his friends could  tell him
there was a stripper in it.


reply via email to

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