summaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index c625c9c..646840f 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -96,6 +96,12 @@
:config (counsel-projectile-mode 1)
:after (ivy projectile))
+;; --- WINDOW MANAGEMENT ---
+(windmove-default-keybindings 'control)
+(use-package windswap
+ :init
+ (windswap-default-keybindings 'control 'shift))
+
;; --- GIT INTEGRATION ---
(use-package magit
:commands