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

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

Re: How to configure default widow splitting orientation


From: Pascal J. Bourguignon
Subject: Re: How to configure default widow splitting orientation
Date: Tue, 02 Sep 2008 19:12:05 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.2 (gnu/linux)

"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 via email to

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