|
From: | Howard Melman |
Subject: | Re: Proposal: new default bindings for winner and windmove |
Date: | Mon, 01 Jul 2024 22:03:38 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
Po Lu via "Emacs development discussions." <emacs-devel@gnu.org> writes: > 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. and should repeat-mode be supported? -- Howard
[Prev in Thread] | Current Thread | [Next in Thread] |