diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-12-22 12:28:18 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:40:54 -0600 |
commit | 5421edcc0aa47499fcdafde10ec0b7354d3b5353 (patch) | |
tree | 117bf090746de932ad2e318aeb5f95bfab5cbd1f /emacs/.emacs.d/init.el | |
parent | 4479bc5ce57f3301fec3c22f3320f66202584c74 (diff) |
emacs: window management
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r-- | emacs/.emacs.d/init.el | 6 |
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 |