[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposal: new default bindings for winner and windmove
From: |
Eli Zaretskii |
Subject: |
Re: Proposal: new default bindings for winner and windmove |
Date: |
Tue, 02 Jul 2024 15:18:47 +0300 |
> Cc: Stefan Kangas <stefankangas@gmail.com>, Stefan Monnier
> <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
> Date: Tue, 02 Jul 2024 09:02:12 +0800
> From: Po Lu via "Emacs development discussions." <emacs-devel@gnu.org>
>
> Daniel Colascione <dancol@dancol.org> writes:
>
> > +;;;###autoload
> > +(define-key ctl-x-4-map [left] 'windmove-left)
> > +;;;###autoload
> > +(define-key ctl-x-4-map [right] 'windmove-right)
> > +;;;###autoload
> > +(define-key ctl-x-4-map [up] 'windmove-up)
> > +;;;###autoload
> > +(define-key ctl-x-4-map [down] 'windmove-down)
> > +;;;###autoload
> > +(define-key ctl-x-4-map [(shift left)] 'windmove-swap-states-left)
> > +;;;###autoload
> > +(define-key ctl-x-4-map [(shift right)] 'windmove-swap-states-right)
> > +;;;###autoload
> > +(define-key ctl-x-4-map [(shift up)] 'windmove-swap-states-up)
> > +;;;###autoload
> > +(define-key ctl-x-4-map [(shift down)] 'windmove-swap-states-down)
> > +
> >
> > (provide 'windmove)
> >
>
> Disabling windmove-mode must disable these bindings as well.
I tend to agree.
- Re: Proposal: new default bindings for winner and windmove, (continued)
- Re: Proposal: new default bindings for winner and windmove, Daniel Colascione, 2024/07/01
- Re: Proposal: new default bindings for winner and windmove, Po Lu, 2024/07/01
- Re: Proposal: new default bindings for winner and windmove, Stefan Monnier, 2024/07/01
- Re: Proposal: new default bindings for winner and windmove, Po Lu, 2024/07/02
- Re: Proposal: new default bindings for winner and windmove, Stefan Monnier, 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, Stefan Monnier, 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,
Eli Zaretskii <=
- 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