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: Sean Whitton
Subject: Re: master 6a2ee981c3: Add new functions for splitting the root window
Date: Tue, 13 Sep 2022 15:12:52 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hello,

On Tue 13 Sep 2022 at 09:29PM +03, Juri Linkov wrote:

> Since the command name is 'tear-off-window', should it be on
> the window-related prefix 'C-x 4' or new 'C-x w'?

Nothing under C-x 4 creates new frames, but tear-off-window does, so I
think either C-x 5 or C-x w.

> What key has the closest mnemonic for detachment?  Maybe '^'?

Nice!

> Then e.g.
>
>  - tear-off-window   - C-x w ^   - detach window to a new frame
>  - tab-window-detach - C-x t ^ w - detach window to a new tab
>  - tab-detach        - C-x t ^ f - detach tab to a new frame

My own intuition is that C-x t is for operations *on* tabs, and C-x w
for operations *on* windows, so what do you (and others) think about:

C-x w ^ f                     -- tear-off-window
C-x w ^ t                     -- tab-window-detach
C-x t ^                       -- tab-detach

-- 
Sean Whitton



reply via email to

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