Add multiple-cursors settings
This commit is contained in:
parent
cb911d9a8b
commit
5fdf2b7e9e
6
init.el
6
init.el
@ -346,3 +346,9 @@ Version 2016-02-16"
|
||||
(setq projectile-completion-system 'helm)
|
||||
(helm-projectile-on)
|
||||
(global-git-gutter-mode t)
|
||||
|
||||
(require 'multiple-cursors)
|
||||
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
|
||||
(global-set-key (kbd "C->") 'mc/mark-next-like-this)
|
||||
(global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
|
||||
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
|
||||
|
Loading…
Reference in New Issue
Block a user