Multiple cursors
This commit is contained in:
parent
1736056117
commit
4392ad0a18
6
init.el
6
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 <down>") 'mc/mark-next-like-this)
|
||||
(global-set-key (kbd "C-c <up>") 'mc/mark-previous-like-this)
|
||||
)
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
|
Loading…
Reference in New Issue
Block a user