From 5421edcc0aa47499fcdafde10ec0b7354d3b5353 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Tue, 22 Dec 2020 12:28:18 -0600 Subject: emacs: window management --- emacs/.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/init.el') 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 -- cgit v1.2.3