Skip to content

Instantly share code, notes, and snippets.

@darshanime
Created June 2, 2017 12:16
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 darshanime/828605f0695688c8eeddd98f8462462e to your computer and use it in GitHub Desktop.
Save darshanime/828605f0695688c8eeddd98f8462462e to your computer and use it in GitHub Desktop.
windmove config
(use-package windmove
;; :defer 4
:ensure t
:config
;; use command key on Mac
(windmove-default-keybindings 'super)
;; wrap around at edges
(setq windmove-wrap-around t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment