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

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

Re: switch to previous buffer


From: Bob Proulx
Subject: Re: switch to previous buffer
Date: Sat, 30 Mar 2013 00:51:18 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

Rami A wrote:
> When doing Control backspace I still go through the buffer list. I
> want to skip that menu and directly go to the buffer that was
> accessed before the list.

I use C-x b for that action.  That is bound to switch-to-buffer.

Additionally I always bind C-x C-b to electric-buffer-list instead of
the original list-buffers.  It just seems so much more natural.

  (global-set-key "\C-x\C-b" 'electric-buffer-list) ; originally list-buffers

Bob



reply via email to

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