From: Lennart Borgman <lennart.borgman@gmail.com>
To: Joost Kremers <joostkremers@yahoo.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: moving around multiple buffers
Date: Thu, 20 Aug 2009 11:56:54 +0200 [thread overview]
Message-ID: <e01d8a50908200256u59b1d247p183e8bf228a31cc5@mail.gmail.com> (raw)
In-Reply-To: <slrnh8q5af.oue.joostkremers@j.kremers4.news.arnhem.chello.nl>
On Thu, Aug 20, 2009 at 11:21 AM, Joost Kremers<joostkremers@yahoo.com> wrote:
> Tamas K Papp wrote:
>> Hi,
>>
>> I have seen screenshots of Emacs running with many buffers. For
>> example, having Emacs on the whole screen and splitting the buffers
>> like this:
>>
>> A|B
>> -+-
>> C|D
>>
>> I know how to do the splitting, but I am curious about what people use
>> to move around.
>
> check out windmove.el (which comes with emacs). essentially:
>
> (windmove-default-keybindings)
>
> in ~/.emacs and you can switch windows with shift+<arrow_key>. you can also
> choose another modifier key. windmove.el is fully documented.
Since most modern computer GUI:s use shift+<arrow_key> to select text
it seems best to me to not use that for windmove. (They are the
default still in windmove, but that is because Emacs struggles with
backward compatibility. A struggle so hard that it can perhaps kill
Emacs.)
To avoid them you can just use for example
(windmove-default-keybindings 'meta)
With this you move with meta+<arrow_key>.
next prev parent reply other threads:[~2009-08-20 9:56 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-20 8:58 moving around multiple buffers Tamas K Papp
2009-08-20 9:21 ` Joost Kremers
2009-08-20 9:56 ` Lennart Borgman [this message]
[not found] ` <mailman.4882.1250762244.2239.help-gnu-emacs@gnu.org>
2009-08-20 10:10 ` Joost Kremers
2009-08-20 10:23 ` Tamas K Papp
2009-08-20 10:43 ` Joost Kremers
2009-08-20 14:07 ` Stefan Kamphausen
2009-08-20 22:29 ` Joost Kremers
2009-08-20 16:08 ` Farhan Ahmed
[not found] ` <mailman.5013.1250859765.2239.help-gnu-emacs@gnu.org>
2009-08-21 15:03 ` Xah Lee
2009-08-21 16:07 ` Stefan Kamphausen
2009-08-20 10:11 ` Xah Lee
2009-08-21 5:50 ` Torben Knudsen
2009-08-21 7:12 ` Xah Lee
2009-08-21 16:56 ` Benjamin Andresen
2009-08-22 2:35 ` Xah Lee
2009-08-20 15:17 ` Drew Adams
2009-08-20 16:45 ` A.Politz
2009-08-20 17:01 ` Nikolaj Schumacher
2009-08-22 1:33 ` Kevin Rodgers
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e01d8a50908200256u59b1d247p183e8bf228a31cc5@mail.gmail.com \
--to=lennart.borgman@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=joostkremers@yahoo.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).