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

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

Re: How can I make emacs open next directory in same window?


From: Richard G Riley
Subject: Re: How can I make emacs open next directory in same window?
Date: Mon, 25 Aug 2008 11:15:21 +0200
User-agent: Emacs 22.2.1/No Gnus v0.11

ssecorp <circularfunc@gmail.com> writes:

> On Aug 24, 1:33 am, Andreas Politz <poli...@fh-trier.de> wrote:
>> ssecorp wrote:
>> > I have some things about emacs I find annoying.
>>
>> > 1. If I have split emacs into 2 windows and in one I open a directory
>> > in one and click on them it will open in the other window, how can I
>> > make it open in the same window?
>>
>> > 2. If I have solit first into 2 vertical windows and then split one of
>> > them into 2 horizontal and I want to undo the last split, can I do
>> > that? C-x-1 undoes all...
>>
>> That's what winner-mode does.
>>
>> http://www.emacswiki.org/cgi-bin/wiki/WinnerMode
>>
>> > 3. If I want to split into 3 equally big windows and not split into 2
>> > then split one of them into 2, how would I do that?
>> > I want 1/3,1/3,1/3 not 1/2,1/4,1/4
>>
>> C-x +
>> balance-windows
>>
>> -ap
>
> thanks, correction M-x not C-x though :)
>

It's C-x here.

,----
| C-x + runs the command balance-windows
|   which is an interactive compiled Lisp function in `window.el'.
`----


reply via email to

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