X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/0884b63b028514ff55208af9020e0dce5700e802..64e429b5d6faf5ae87a832153347d261b8d03583:/init.org diff --git a/init.org b/init.org index 2bd523e..536e25d 100644 --- a/init.org +++ b/init.org @@ -1893,7 +1893,16 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. :bind ("C-=" . er/expand-region)) #+end_src -** TODO multiple-cursors +** multiple-cursors + +#+begin_src emacs-lisp +(use-package multiple-cursors + :bind (("C-c M c" . mc/edit-lines) + ("C-c M n" . mc/mark-next-like-this) + ("C-c M p" . mc/mark-previous-like-this) + ("C-c M a" . mc/mark-all-like-this) + ("C-S-" . mc/add-cursor-on-click))) +#+end_src * Email :PROPERTIES: @@ -1916,7 +1925,6 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (use-package gnus :bind (("C-c m" . gnus) - ("C-c M" . gnus-unplugged) ("s-m" . gnus) ("s-M" . gnus-unplugged)) :init