From e3af0ee7c0a2a4a80c74102ffd37f04e84b9fa06 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 28 Feb 2014 17:01:06 -0500 Subject: Bind `other-window' to M-o Suggested here: http://www.masteringemacs.org/articles/2014/02/28/my-emacs-keybindings/ --- lisp/init-framewin.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') 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." -- cgit v1.2.3