diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -527,6 +527,11 @@ | |||
527 | (setq expand-region-subword-enabled t) | 527 | (setq expand-region-subword-enabled t) |
528 | :bind ("M-=" . er/expand-region)) | 528 | :bind ("M-=" . er/expand-region)) |
529 | 529 | ||
530 | ;; Enable `cua-selection-mode' for | ||
531 | ;; rectangular selection. | ||
532 | (add-hook 'after-init-hook 'cua-selection-mode) | ||
533 | (global-set-key (kbd "s-c") 'rectangle-mark-mode) | ||
534 | |||
530 | 535 | ||
531 | ;; --------------------------------- | 536 | ;; --------------------------------- |
532 | ;; Multiple cursors | 537 | ;; Multiple cursors |