bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64868: 29.1; C-x O binding suggestion for (other-window -1)


From: Drew Adams
Subject: bug#64868: 29.1; C-x O binding suggestion for (other-window -1)
Date: Wed, 26 Jul 2023 14:37:52 +0000

> May I suggest to make possible the binding C-x O for (other-window -1)
> as follows
> 
> (global-set-key
>  (kbd "C-x O")
>  #'(lambda ()
>      "Previous window."
>      (interactive)
>      (other-window -1)))

No, please.  Users can do that themselves, if
that's what they want.  Let's not sacrifice
another default key for such a thing.





reply via email to

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