diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-17 12:42:37 -0700 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-01-17 12:42:37 -0700 |
commit | c50a1a644083c0999f9ab44fe9572c3e0ad21300 (patch) | |
tree | 1e253b77606af469d612274f0e37f8d9dba0780f /init.el | |
parent | 8dfd51bbc1728dfb003daea031c8ec236abbe120 (diff) |
Turn on windmove mode; bump version
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |