summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-framewin.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-framewin.el b/lisp/init-framewin.el
index 5d531b2..d804ad0 100644
--- a/lisp/init-framewin.el
+++ b/lisp/init-framewin.el
@@ -38,6 +38,8 @@ Assumes that the window is only split into two."
(define-key window-map "s" 'km/swap-windows)
(define-key window-map "l" 'km/switch-window-split)
+(global-set-key (kbd "M-o") 'other-window)
+
(defadvice clone-indirect-buffer-other-window
(after clone-indirect-and-widen activate)
"Widen after cloning an indirect buffer."