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: Matthew Flaschen
Subject: Re: How do I switch between buffers using keyboard shortcut?
Date: Sun, 31 Dec 2006 20:15:32 -0500
User-agent: Thunderbird 1.5.0.8 (X11/20061115)

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.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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