-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.mc-lists.el
196 lines (194 loc) · 5.25 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
;; 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
'(
autopair-insert-opening
autopair-insert-or-skip-quote
backward-kill-line
backward-sexp
beginning-of-buffer
browse-kill-ring
c-electric-brace
c-electric-colon
c-electric-delete-forward
c-electric-paren
c-electric-semi&comma
c-electric-slash
c-electric-star
c-hungry-delete-backwards
c-hungry-delete-forward
comint-delchar-or-maybe-eof
complete-symbol
completion-at-point
copy-line-or-region
count-words-region
cut-line-or-region
dabbrev-expand
decrement-integer-at-point
delete-horizontal-space
down-list
duplicate-current-line-or-region
electric-newline-and-maybe-indent
emojify-delete-emoji-backward
emojify-delete-emoji-forward
end-of-visual-line
enh-ruby-electric-brace
eval-and-replace
eval-defun
eval-last-sexp
eval-print-last-sexp
fill-paragraph
forward-sentence
forward-sexp
hungry-delete-backward
hungry-delete-forward
idris-delete-forward-char
idris-load-file
idris-newline-and-indent
increment-integer-at-point
indent-for-tab-command
insert-parentheses
iqbal-beginning-of-line-or-indent
iqbal-beginning-of-line-or-indent
iqbal-capitalize-dwim
iqbal-comment-or-uncomment-region-or-line
iqbal-copy-line-or-region
iqbal-cut-line-or-region
iqbal-downcase-dwim
iqbal-dwim-org-table-blank-field
iqbal-open-line-above
iqbal-open-line-below
iqbal-show-helm-kill-ring-unless-mc-active
iqbal-upcase-dwim
jedi:dot-complete
kill-region
kill-sentence
kill-sexp
kill-visual-line
ledger-magic-tab
mark-sexp
markdown-exdent-or-delete
markdown-outdent-or-delete
mouse-save-then-kill
new-line-dwim
nxml-electric-slash
open-line-above
open-line-below
org-beginning-of-line
org-cycle
org-delete-char
org-end-of-line
org-force-self-insert
org-forward-paragraph
org-kill-line
org-metaleft
org-metaright
org-previous-visible-heading
org-return-indent
org-self-insert-command
org-shiftmetaright
org-shiftup
org-table-sum
org-todo
org-update-statistics-cookies
org-yank
orgtbl-self-insert-command
overwrite-mode
python-indent-electric-colon
repeat
rjsx-delete-creates-full-tag
sh-assignment
shm/backward-kill-word
shm/backward-node
shm/del
shm/forward-node
slime-autodoc-space
smalltalk-colon
sp--self-insert-command
sp-add-to-previous-sexp
sp-backward-delete-char
sp-backward-down-sexp
sp-backward-kill-sexp
sp-backward-kill-word
sp-backward-sexp
sp-backward-unwrap-sexp
sp-backward-up-sexp
sp-delete-char
sp-down-sexp
sp-forward-sexp
sp-forward-slurp-sexp
sp-kill-hybrid-sexp
sp-kill-sexp
sp-kill-word
sp-next-sexp
sp-rewrap-sexp
sp-swap-enclosing-sexp
sp-transpose-sexp
sp-unwrap-sexp
sp-up-sexp
st2-like-beginning-of-line
subword-left
subword-right
tern-ac-dot-complete
tiny-expand
transpose-words
wdired-finish-edit
wdired-next-line
wdired-previous-line
yaml-electric-backspace
yaml-electric-dash-and-dot
yas-expand
))
(setq mc/cmds-to-run-once
'(
abbrev-prefix-mark
anzu-query-replace
avy-goto-word-or-subword-1
c-electric-pound
describe-key
eldoc-eval-expression
elisp-slime-nav-describe-elisp-thing-at-point
eval-buffer
ggtags-find-tag-dwim
handle-switch-frame
haskell-indentation-delete-backward-char
helm-M-x
helm-buffers-list
helm-find-files
helm-mini
help-for-help
ido-find-file
ido-switch-buffer
isearch-backward-regexp
isearch-forward-regexp
keyboard-escape-quit
magit-status
makey-key-mode-popup-rectangles
mouse-buffer-menu
mouse-set-region
narrow-or-widen-dwim
next-error
org-ctrl-c-ctrl-c
org-edit-special
org-edit-src-save
org-shiftleft
org-shiftright
org-todo-list
orgtbl-ctrl-c-ctrl-c
orgtbl-hijacker-command-100
phi-search
proced
scroll-other-window
set-fill-prefix
slime-next-note
smex
switch-window
tern-find-definition
undo-tree-visualizer-quit
vr/query-replace
wgrep-abort-changes
wgrep-change-to-wgrep-mode
wgrep-finish-edit
where-is
yank-rectangle
))