emacs-devel
[Top][All Lists]
Advanced

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

Re: master 6a2ee981c3: Add new functions for splitting the root window


From: Emanuel Berg
Subject: Re: master 6a2ee981c3: Add new functions for splitting the root window
Date: Tue, 20 Sep 2022 23:24:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Juri Linkov wrote:

>>> It was proposed to add this on 'C-x
>>> w r left/right/up/down'
>>
>> 'C-x w' is undefined here, but if you add that (by "this"
>> you mean the shortcuts?) I'd add it with i, l, i and
>> k instead (or "as well").
>>
>> 'C-x' is not so ergonomic tho ... I take it 'w' is mnemonic
>> for "window" and 'r' for "resize", I think that should only
>> be considered when the keys are good. But they are.
>
> Actually, this

Again, "this" refers to what exactly?

If it's in vanilla Emacs already I'm happy to remove my stuff.

Is that what you are saying?

> is already possible with such customization:
>
>   (define-key resize-window-repeat-map [up]    'enlarge-window)
>   (define-key resize-window-repeat-map [right] 'enlarge-window-horizontally)
>   (define-key resize-window-repeat-map [left]  'shrink-window-horizontally)
>   (define-key resize-window-repeat-map [down]  'shrink-window)

Here are the hash quotes BTW: ####

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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