# HG changeset patch # User Augie Fackler # Date 1501091389 14400 # Node ID eff0298b770d532aaddb6f3f303a3d16d9736071 # Parent 5e6b1240684c473e51c4c7183736757707c56cc5 emacs: add f2 as a binding for other-window diff --git a/.elisp/settings/90.keybindings.el b/.elisp/settings/90.keybindings.el --- a/.elisp/settings/90.keybindings.el +++ b/.elisp/settings/90.keybindings.el @@ -28,6 +28,7 @@ ((string-match "\\.rs$" buffer-file-name) (textmate-start-compile-in-root "cargo test")) )) +(global-set-key [f2] 'other-window) (global-set-key [f4] 'af-dwim-f4) (global-set-key [f5] 'diff-apply-hunk)