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: Juri Linkov
Subject: Re: master 6a2ee981c3: Add new functions for splitting the root window
Date: Wed, 21 Sep 2022 21:41:42 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>>>> 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?

"This" refers to the recent discussion about adding window resizing keys
to the new keymap 'C-x w'.

>> 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: ####

Thanks, now I know who to ask for the supply of more #'s.



reply via email to

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