aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-11 12:50:32 -0300
committerEuAndreh <eu@euandre.org>2018-07-11 12:50:32 -0300
commit21c31f358cfa24b8b53465c315af70658c53596c (patch)
tree093e4f6dbcdb36ec1364348b4ce9fa44d2723d45
parentAdd global `comment` macro (diff)
downloaddotfiles-21c31f358cfa24b8b53465c315af70658c53596c.tar.gz
dotfiles-21c31f358cfa24b8b53465c315af70658c53596c.tar.xz
Focus when a new window is created
-rw-r--r--spacemacs.el2
1 files changed, 2 insertions, 0 deletions
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)