changeset 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 5e6b1240684c
children 957632211aa3
files .elisp/settings/90.keybindings.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)