Created
April 19, 2020 16:37
-
-
Save andres-lowrie/d07fa2980948787b55430b42768bea17 to your computer and use it in GitHub Desktop.
spacemacs window split and focus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Buffer | |
(spacemacs/declare-prefix "w" "window-prefix") | |
(spacemacs/set-leader-keys "w/" 'split-window-right-and-focus) | |
(spacemacs/set-leader-keys "w-" 'split-window-below-and-focus) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment