Add multiple-cursors settings
Dieser Commit ist enthalten in:
Ursprung
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)
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren