From 4392ad0a181ec46ec724f7858c78795464bc9924 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Fri, 25 Oct 2024 08:25:51 +0700 Subject: [PATCH] Multiple cursors --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index ef86e6d..a00bd93 100644 --- a/init.el +++ b/init.el @@ -18,6 +18,12 @@ (global-set-key (kbd "C-c M-`" ) 'treemacs-edit-workspaces ) (global-set-key (kbd "C-c TAB" ) 'treemacs-next-workspace ) ) +(use-package multiple-cursors + :ensure t + :config + (global-set-key (kbd "C-c ") 'mc/mark-next-like-this) + (global-set-key (kbd "C-c ") 'mc/mark-previous-like-this) + ) (custom-set-variables ;; custom-set-variables was added by Custom.