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

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

Re: How do I switch between buffers using keyboard shortcut?


From: Logan Lee
Subject: Re: How do I switch between buffers using keyboard shortcut?
Date: Mon, 01 Jan 2007 18:56:56 +1100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Matthew Flaschen <matthew.flaschen@gatech.edu> writes:

> Someone just asked this, but I'll give you my take.  The standard way is
> C-x-b , then type the buffer name or press enter for the default.  If
> you install swbuff (http://www.emacswiki.org/cgi-bin/wiki/SwBuff), then
> add the below to your .emacs file, those shortcuts will work.  Tell me
> if you need more help:
>
> (require 'swbuff)
> (global-set-key [?\C-x left] 'swbuff-switch-to-previous-buffer)
> (global-set-key [?\C-x right] 'swbuff-switch-to-next-buffer)
>
> Matthew Flaschen
>
> Logan Lee wrote:
>> Logan Lee <10464307@uts.edu.au> writes:
>> 
>>> C-left or C-right don't work for me. :?
>> what I meant was C-x left or C-x right. they don't work.

Yes, it works perfectly. Thank you for your kind help. Also, thanks to others. 
;)


reply via email to

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