mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add keybinding for balance-windows
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user