summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-navigation.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-navigation.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el
index 218dd7d..4547e61 100644
--- a/emacs.d/custom/fcuny-navigation.el
+++ b/emacs.d/custom/fcuny-navigation.el
@@ -5,6 +5,12 @@
   :bind
   (("C-c l" . avy-goto-line)))
 
+(use-package windmove
+  :bind (("<M-left>" . windmove-left)
+	 ("<M-up>" . windmove-up)
+	 ("<M-right>" . windmove-right)
+	 ("<M-down>" . windmove-down)))
+
 (use-package bookmark
   :custom
   (bookmark-default-file (expand-file-name "bookmarks" fcuny/path-emacs-var))