Add keybinding for balance-windows

This commit is contained in:
2017-10-18 15:01:05 +01:00
parent 5318b740c2
commit 738830c0f9
2 changed files with 4 additions and 1 deletions

View File

@@ -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)

View File

@@ -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)