From: Francois Fleuret Date: Thu, 23 Feb 2017 21:25:16 +0000 (+0100) Subject: Remapped C-x C-o as 'other-window to match my screenrc' C-w C-o. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=91954b3d9decfff9b53f1c66e1c71f5af0bf9ddc Remapped C-x C-o as 'other-window to match my screenrc' C-w C-o. --- diff --git a/emacs.el b/emacs.el index ebc608e..0106abb 100644 --- a/emacs.el +++ b/emacs.el @@ -598,6 +598,8 @@ load-warning buffer in case of failure." (define-key global-map [(control c) (control q)] 'ff/delete-trailing-whitespaces-and-indent) +(define-key global-map [(control x) (control o)] 'other-window) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Playing sounds ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;