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: Tue, 20 Sep 2022 19:06:54 +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 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)



reply via email to

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