aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-17 12:42:37 -0700
committerAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-17 12:42:37 -0700
commitc50a1a644083c0999f9ab44fe9572c3e0ad21300 (patch)
tree1e253b77606af469d612274f0e37f8d9dba0780f /init.el
parent8dfd51bbc1728dfb003daea031c8ec236abbe120 (diff)
Turn on windmove mode; bump version
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7f6b121..367a7e1 100644
--- a/init.el
+++ b/init.el
@@ -41,6 +41,9 @@
;; Save history of minibuffer
(savehist-mode)
+;; Move through windows with Ctrl-<arrow keys>
+(windmove-default-keybindings 'control) ; You can use other modifiers here
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Discovery aids