projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1248af2
)
Remapped C-x C-o as 'other-window to match my screenrc' C-w C-o.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 23 Feb 2017 21:25:16 +0000
(22:25 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 23 Feb 2017 21:25:16 +0000
(22:25 +0100)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;