[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposal: new default bindings for winner and windmove
From: |
Juri Linkov |
Subject: |
Re: Proposal: new default bindings for winner and windmove |
Date: |
Tue, 02 Jul 2024 19:27:37 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) |
>> > +@kindex C-x 4 DOWN
>>
>> I can't believe someone might want to use such long key sequences
>> for one of the most frequent actions. It's even longer than
>> 'C-x o' it's supposed to improve. I think there are no better keys
>> for switching windows than arrows with a modifier.
>
> My feeling exactly. C-x o is already too long.
>
> Moreover, the modifier involved cannot be a common one, because Shift
> is occupied by region selection, Ctrl and Alt with word movement.
Alas, common modifiers are not available indeed,
thus need to resort to Super/Hyper like I'm using:
(setq-default
windmove-default-keybindings '(nil super)
windmove-swap-states-default-keybindings '(nil super shift)
windmove-display-default-keybindings '(nil super meta)
windmove-delete-default-keybindings `(,(kbd "C-x") super))
- Re: Proposal: new default bindings for winner and windmove, (continued)
- Re: Proposal: new default bindings for winner and windmove, Daniel Colascione, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Eli Zaretskii, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Daniel Colascione, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Eli Zaretskii, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Daniel Colascione, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Eli Zaretskii, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Dmitry Gutov, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Hovav Shacham, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Juri Linkov, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Daniel Colascione, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Juri Linkov, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Daniel Colascione, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Eli Zaretskii, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Alfred M. Szmidt, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Dmitry Gutov, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Alfred M. Szmidt, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Eli Zaretskii, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Yuri Khan, 2024/07/02
Re: Proposal: new default bindings for winner and windmove, Dmitry Gutov, 2024/07/02