diff .elisp/settings/90.keybindings.el @ 443:eff0298b770d

emacs: add f2 as a binding for other-window
author Augie Fackler <raf@durin42.com>
date Wed, 26 Jul 2017 13:49:49 -0400
parents 11fdb5a60eee
children 6bc014966731
line wrap: on
line diff
--- 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)