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, 14 Sep 2022 09:53:18 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

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

Nice, these keys also have transitional semantics:

  w ^ f   - from window to frame
  w ^ t   - from window to tab

So for consistency tab-detach also could be:

  t ^ f   - from tab to frame

if another key also makes sense:

  t ^ w   - from tab to window



reply via email to

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