Created
June 2, 2017 12:16
-
-
Save darshanime/828605f0695688c8eeddd98f8462462e to your computer and use it in GitHub Desktop.
windmove config
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
(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