From: Logan Lee <10464307@uts.edu.au>
Subject: Re: How do I switch between buffers using keyboard shortcut?
Date: Mon, 01 Jan 2007 18:56:56 +1100 [thread overview]
Message-ID: <87r6ufb2nr.fsf@laptop.at.pyenos> (raw)
In-Reply-To: mailman.2600.1167614146.2155.help-gnu-emacs@gnu.org
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. ;)
next prev parent reply other threads:[~2007-01-01 7:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-01 0:20 How do I switch between buffers using keyboard shortcut? Logan Lee
2007-01-01 0:26 ` Logan Lee
2007-01-01 1:15 ` Matthew Flaschen
2007-01-01 1:42 ` Charles philip Chan
2007-01-01 1:50 ` Charles philip Chan
[not found] ` <mailman.2600.1167614146.2155.help-gnu-emacs@gnu.org>
2007-01-01 7:56 ` Logan Lee [this message]
2007-01-01 13:21 ` Robert Thorpe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r6ufb2nr.fsf@laptop.at.pyenos \
--to=10464307@uts.edu.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.