From 738830c0f99ae245723b8cb6a19bda6f56e2b05d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 18 Oct 2017 15:01:05 +0100 Subject: [PATCH] Add keybinding for balance-windows --- modules/siren-global-keybindings.el | 4 ++++ modules/siren-multiple-cursors.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/siren-global-keybindings.el b/modules/siren-global-keybindings.el index 00aebc1..6805639 100644 --- a/modules/siren-global-keybindings.el +++ b/modules/siren-global-keybindings.el @@ -20,6 +20,10 @@ (global-set-key (kbd "C-x C-o") 'other-window) (global-set-key (kbd "C-x C-i") 'siren-other-window-reverse) +;; Window management +(global-set-key (kbd "C-x C-SPC") 'balance-windows) +(global-set-key (kbd "C-x SPC") 'balance-windows) + ;; Kill-Ring related (global-set-key (kbd "M-Y") 'siren-yank-pop-forwards) diff --git a/modules/siren-multiple-cursors.el b/modules/siren-multiple-cursors.el index 39e1562..787d0fa 100644 --- a/modules/siren-multiple-cursors.el +++ b/modules/siren-multiple-cursors.el @@ -11,7 +11,6 @@ (use-package multiple-cursors :bind ("C-x C-@" . mc/edit-lines) ;; Terminal - ("C-x C-SPC" . mc/edit-lines) ;; GUI ("M-/" . mc/mark-next-like-this) ("M-m" . mc/mark-previous-like-this) ("C-c M-/" . mc/mark-all-like-this)