-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mc-lists.el
102 lines (100 loc) · 2.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
;; 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
'(
LaTeX-insert-left-brace
TeX-insert-backslash
TeX-insert-sub-or-superscript
TeX-newline
backward-char
backward-kill-word
backward-sexp
backward-word
c-electric-colon
c-electric-delete-forward
c-electric-lt-gt
c-electric-semi&comma
c-electric-slash
cdlatex-dollar
cdlatex-math-modify
cdlatex-math-symbol
cdlatex-pbb
cdlatex-sub-superscript
cdlatex-tab
comment-dwim
company-coq-maybe-exit-snippet
coq-terminator-insert
counsel-yank-pop
crux-move-beginning-of-line
delete-backward-char
delete-char
easy-kill
easy-mark
electric-newline-and-maybe-indent
end-of-visual-line
fill-paragraph
forward-char
forward-sexp
forward-word
haskell-indentation-common-electric-command
indent-for-tab-command
kill-visual-line
kill-word
left-char
mark-sexp
markdown-cycle
markdown-exdent-or-delete
message-beginning-of-line
message-tab
move-end-of-line
next-line
org-beginning-of-line
org-cycle
org-delete-backward-char
org-delete-char
org-end-of-line
org-force-self-insert
org-insert-heading-respect-content
org-insert-todo-heading-respect-content
org-meta-return
org-self-insert-command
pg-protected-undo
previous-line
quoted-insert
reftex-label
reindent-then-newline-and-indent
right-char
self-insert-command
set-mark-command
sp-backward-delete-char
transpose-sexps
upcase-region
xah-comment-dwim
))
(setq mc/cmds-to-run-once
'(
ace-window
avy-pop-mark
avy-zap-to-char-dwim
beginning-of-buffer
company-complete
counsel-M-x
ensime-mouse-motion
haskell-indentation-newline-and-indent
hydra-multiple-cursors/body
hydra-multiple-cursors/mc/insert-numbers-and-exit
hydra-multiple-cursors/mc/mark-all-like-this-and-exit
hydra-multiple-cursors/mc/mark-next-like-this
hydra-multiple-cursors/mc/mark-previous-like-this
hydra-multiple-cursors/mc/skip-to-next-like-this
hydra-multiple-cursors/mc/skip-to-previous-like-this
hydra-multiple-cursors/mc/unmark-next-like-this
hydra-multiple-cursors/mc/unmark-previous-like-this
ivy-switch-buffer
mac-mwheel-scroll
magit-status
mc/keyboard-quit
mouse-drag-secondary
revert-buffer
wdired-finish-edit
))