[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Functions transpose/rotate/flip windows
From: |
Pranshu Sharma |
Subject: |
Re: Functions transpose/rotate/flip windows |
Date: |
Fri, 31 Jan 2025 00:38:03 +1000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Juri Linkov <juri@linkov.net> writes:
> But the fix is simple: just reverse the logic of argument 'reverse'
> in 'rotate-windows'.
>
Say we have window layout:
+-------+--------+
| | B |
| A +--------+
| | C |
+-------+--------+
If we call 'rotate-windows', this is what we get
+--------+---------+
| | A |
| C +---------+
| | B |
+--------+---------+
If we call 'rotate-windows-back', we get:
+--------+---------+
| | C |
| B +---------+
| | A |
+--------+---------+
So here 'rotate-windows' makes it clockwise, it's also a bit more
intituve imo, it just works like a other-window but instead of you
moving, you get the windows to move insteed.
--
Pranshu Sharma <https://p.bauherren.ovh>
- Re: Functions transpose/rotate/flip windows, (continued)
- Re: Functions transpose/rotate/flip windows, martin rudalics, 2025/01/28
- Re: Functions transpose/rotate/flip windows, Pranshu Sharma, 2025/01/28
- Re: Functions transpose/rotate/flip windows, martin rudalics, 2025/01/28
- Re: Functions transpose/rotate/flip windows, Pranshu Sharma, 2025/01/28
- Re: Functions transpose/rotate/flip windows, martin rudalics, 2025/01/28
- Re: Functions transpose/rotate/flip windows, martin rudalics, 2025/01/28
- Re: Functions transpose/rotate/flip windows, Pranshu Sharma, 2025/01/30
- Re: Functions transpose/rotate/flip windows, Juri Linkov, 2025/01/28
- Re: Functions transpose/rotate/flip windows, martin rudalics, 2025/01/29
- Re: Functions transpose/rotate/flip windows, Juri Linkov, 2025/01/29
- Re: Functions transpose/rotate/flip windows,
Pranshu Sharma <=
- Re: Functions transpose/rotate/flip windows, Juri Linkov, 2025/01/30
- Re: Functions transpose/rotate/flip windows, Juri Linkov, 2025/01/18
- Re: Functions transpose/rotate/flip windows, Pranshu Sharma, 2025/01/11
- Re: Functions transpose/rotate/flip windows, Pranshu Sharma, 2025/01/13
- Re: Functions transpose/rotate/flip windows, Juri Linkov, 2025/01/14
- Re: Functions transpose/rotate/flip windows, martin rudalics, 2025/01/14
- Re: Functions transpose/rotate/flip windows, Juri Linkov, 2025/01/14