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

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

bug#8551: making Emacs remember a key binding to 'other-window


From: Deniz Dogan
Subject: bug#8551: making Emacs remember a key binding to 'other-window
Date: Tue, 26 Apr 2011 01:58:32 +0200

2011/4/25 Stefan Monnier <monnier@iro.umontreal.ca>:
>   (global-set-key [?\C-o] 'other-window)
>

Or:

(global-set-key (kbd "C-o") 'other-window)





reply via email to

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