From 21c31f358cfa24b8b53465c315af70658c53596c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 11 Jul 2018 12:50:32 -0300 Subject: Focus when a new window is created --- spacemacs.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index be3efab..997cd06 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -577,6 +577,8 @@ This is the place where most of your configurations should be done. Unless it is (projectile-cleanup-known-projects) (spacemacs/set-leader-keys + "w/" 'split-window-right-and-focus + "w-" 'split-window-below-and-focus "glh" 'git-link-homepage "glp" 'git-link-pull-requests) -- cgit v1.2.3