Skip to content

Instantly share code, notes, and snippets.

@andres-lowrie
Created April 19, 2020 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andres-lowrie/d07fa2980948787b55430b42768bea17 to your computer and use it in GitHub Desktop.
Save andres-lowrie/d07fa2980948787b55430b42768bea17 to your computer and use it in GitHub Desktop.
spacemacs window split and focus
;; 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