unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: How to configure default widow splitting orientation
Date: Tue, 02 Sep 2008 19:12:05 +0200	[thread overview]
Message-ID: <87bpz6pj4q.fsf@hubble.informatimago.com> (raw)
In-Reply-To: mailman.18205.1220366692.18990.help-gnu-emacs@gnu.org

"Francis Moreau" <francis.moro@gmail.com> writes:
> I'm trying to do that but fail to find any solutions.
>
> Could someone give me some advices ?

You choose between C-x 2 and C-x 3


If you want to swap the meaning, you can do:
(global-set-key (kbd "C-x 2") 'split-window-horizontally)
(global-set-key (kbd "C-x 3") 'split-window-vertically)
instead, but it's easier to shift your finger over to the 3
I'd say.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
You never feed me.
Perhaps I'll sleep on your face.
That will sure show you.


       reply	other threads:[~2008-09-02 17:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.18205.1220366692.18990.help-gnu-emacs@gnu.org>
2008-09-02 17:12 ` Pascal J. Bourguignon [this message]
2008-09-02 19:49   ` How to configure default widow splitting orientation Tassilo Horn
2008-09-03 10:09     ` Francis Moreau
2008-09-03 12:06       ` Lave
2008-09-03 12:28         ` Francis Moreau
     [not found]         ` <mailman.18309.1220444927.18990.help-gnu-emacs@gnu.org>
2008-09-03 16:18           ` weber
2008-09-04  7:23             ` Francis Moreau
2009-01-16 22:12               ` David Abrahams
2009-01-16 22:49                 ` David Abrahams
     [not found]                 ` <mailman.5091.1232146174.26697.help-gnu-emacs@gnu.org>
2009-01-16 23:03                   ` B. T. Raven
2008-09-02 17:57 ` David Hansen
2008-09-03 10:10   ` Francis Moreau
2008-09-02 14:44 Francis Moreau

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=87bpz6pj4q.fsf@hubble.informatimago.com \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@gnu.org \
    /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).