Remapped C-x C-o as 'other-window to match my screenrc' C-w C-o.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 23 Feb 2017 21:25:16 +0000 (22:25 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 23 Feb 2017 21:25:16 +0000 (22:25 +0100)
emacs.el

index ebc608e..0106abb 100644 (file)
--- 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
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;