Skip to content

Instantly share code, notes, and snippets.

@tototoshi
Created November 7, 2010 02:31
Show Gist options
  • Save tototoshi/665921 to your computer and use it in GitHub Desktop.
Save tototoshi/665921 to your computer and use it in GitHub Desktop.
windowmove-config.el
;;;;;;;;;;;;;;;;
;; windowmove ;;
;;;;;;;;;;;;;;;;
(setq windowmove-wrap-around t)
(windmove-default-keybindings)
(global-set-key (kbd "C-S-p") 'windmove-up)
(global-set-key (kbd "C-S-n") 'windmove-down)
(global-set-key (kbd "C-S-f") 'windmove-right)
(global-set-key (kbd "C-S-B") 'windmove-left)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment