-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.mc-lists.el
50 lines (48 loc) · 1.33 KB
/
.mc-lists.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
;; This file is automatically generated by the multiple-cursors extension.
;; It keeps track of your preferences for running commands with multiple cursors.
(setq mc/cmds-to-run-for-all
'(
TeX-insert-backslash
c-electric-brace
c-electric-colon
c-electric-delete-forward
c-electric-lt-gt
c-electric-paren
c-electric-semi&comma
c-electric-slash
c-electric-star
c-indent-line-or-region
comint-delchar-or-maybe-eof
diredp-next-line
diredp-previous-line
elpy-nav-backward-indent
elpy-nav-forward-indent
elpy-nav-indent-shift-left
elpy-nav-indent-shift-right
ess-roxy-move-beginning-of-line
ess-smart-comma
ess-yank
fill-paragraph
helm-M-x
indent-for-tab-command
kill-region
markdown-outdent-or-delete
org-beginning-of-line
org-cdlatex-underscore-caret
org-self-insert-command
org-yank
picture-clear-column
swiper
undo-tree-visualize
yaml-electric-backspace
))
(setq mc/cmds-to-run-once
'(
c-electric-pound
dired-unmark-backward
helm-occur
iedit-switch-to-mc-mode
mouse-set-region
overwrite-mode
wdired-finish-edit
))