Skip to content

Commit

Permalink
Enable windmove default keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsardone committed Feb 19, 2012
1 parent f5a784e commit f516ad9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/aps-ui.el
Expand Up @@ -70,4 +70,7 @@
(set-face-font 'default "-apple-Menlo-medium-normal-normal-*-11-*-*-*-m-0-iso10646-1")
(global-set-key (kbd "s-<return>") 'ns-toggle-fullscreen)))

;; bind shift-{left,right,up,down} to window movement
(windmove-default-keybindings)

(provide 'aps-ui)

0 comments on commit f516ad9

Please sign in to comment.